Skip to content

Commit

Permalink
woooo
Browse files Browse the repository at this point in the history
Signed-off-by: swurl <[email protected]>
  • Loading branch information
crueter committed May 16, 2024
1 parent 77a28ab commit 824f1e6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/trigger_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
echo "VERSION=$tag_name" >> $GITHUB_ENV
- name: Package artifacts properly
shell: bash
run: |
mv ${{ github.workspace }}/QFRCDashboard-source QFRCDashboard-${{ env.VERSION }}
ls *
Expand All @@ -45,10 +46,20 @@ jobs:
mv QFRCDashboard-Windows-Setup*/QFRCDashboard* QFRCDashboard-Windows-Setup-${{ env.VERSION }}.exe
tar xf QFRCDashboard-macOS*/QFRCDashboard.tar.gz
echo "lets go"
echo
echo
tar tf QFRCDashboard-macOS*/QFRCDashboard.tar.gz
echo
echo
echo "app:"
ls *.app
mv QFRCDashboard*.app QFRCDashboard-macOS-${{ env.VERSION }}.app
find -name "*.app" -type d
zip -r QFRCDashboard-Windows-Portable-${{ env.VERSION }}.zip QFRCDashboard-Windows-Portable*/* QFRCDashboard-Windows-Portable-${{ env.VERSION }}.zip
Expand All @@ -69,3 +80,4 @@ jobs:
QFRCDashboard-${{ env.VERSION }}.tar.gz
QFRCDashboard-Windows-Setup-${{ env.VERSION }}.exe
QFRCDashboard-macOS*/QFRCDashboard.tar.gz
QFRCDashboard-macOS-${{ env.VERSION }}.app

0 comments on commit 824f1e6

Please sign in to comment.