Skip to content

Commit

Permalink
maybe?
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 295e05c commit fdf6049
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/trigger_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,14 @@ jobs:
mv QFRCDashboard-Windows-Setup*/QFRCDashboard* QFRCDashboard-Windows-Setup-${{ env.VERSION }}.exe
tar xf QFRCDashboard-macOS*/QFRCDashboard.tar.gz
mv QFRCDashboard.app QFRCDashboard-macOS-${{ env.VERSION }}.app
mv QFRCDashboard-macOS*/QFRCDashboard.app QFRCDashboard-macOS-${{ env.VERSION }}.app
ls
mv QFRCDashboard*.app QFRCDashboard-macOS-${{ env.VERSION }}.app
zip -r QFRCDashboard-Windows-Portable-${{ env.VERSION }}.zip QFRCDashboard-Windows-Portable*/* QFRCDashboard-Windows-Portable-${{ env.VERSION }}.zip
tar -czf QFRCDashboard-${{ env.VERSION }}.tar.gz QFRCDashboard-${{ env.VERSION }}
# for d in QFRCDashboard-Windows-*; do
# cd "${d}" || continue
# PORT="$(echo -n ${d} | grep -o Portable || true)"
# NAME="QFRCDashboard-Windows"
# test -z "${PORT}" || NAME="${NAME}-Portable"
# cd ..
# done
- name: Create release
id: create_release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit fdf6049

Please sign in to comment.