Skip to content

Commit

Permalink
[ci] Add release to workflow(8).
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioginer committed Feb 5, 2024
1 parent fbf8454 commit 9841a96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ jobs:
uses: actions/[email protected]
- name: Make packages
run: |
tag="${GITHUB_REF#refs/tags/}"
mv ./geometry-win32-x86_64/geometry.exe ./switchres-windows_mingw-x86_64
7z a switchres-windows_mingw-x86_64.7z ./switchres-windows_mingw-x86_64
tar cvjf switchres-linux_gcc-x86_64.tar.bz2 ./switchres-linux_gcc-x86_64
7z a "switchres-${tag}-windows_mingw-x86_64.7z" ./switchres-windows_mingw-x86_64
tar cvjf switchres-${tag}-linux_gcc-x86_64.tar.bz2 ./switchres-linux_gcc-x86_64
- name: Create release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit 9841a96

Please sign in to comment.