Skip to content

Commit

Permalink
fix order in trigger_release
Browse files Browse the repository at this point in the history
Signed-off-by: swurl <[email protected]>
  • Loading branch information
crueter committed Dec 28, 2024
1 parent fdfce9d commit 5ae98a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
zip -r QFRCScouter-Windows-Portable-${{ env.VERSION }}.zip QFRCScouter-Windows-Portable*/* QFRCScouter-Windows-Portable-${{ env.VERSION }}.zip
tar xf QFRCScouter-macOS*/QFRCScouter.tar.gz
mv Scouter*.app QFRCScouter-macOS-${{ env.VERSION }}.app
zip -r QFRCScouter-macOS-${{ env.VERSION }}.zip QFRCScouter-macOS-${{ env.VERSION }}.app
mv *Scouter*.app QFRCScouter-macOS-${{ env.VERSION }}.app
tar -czf QFRCScouter-${{ env.VERSION }}.tar.gz QFRCScouter-${{ env.VERSION }}
mv QFRCScouter-Android*/*.apk QFRCScouter-Android-${{ env.VERSION }}.apk
Expand Down

0 comments on commit 5ae98a7

Please sign in to comment.