Skip to content

Commit

Permalink
[ci] Add release to workflow(7).
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioginer committed Feb 5, 2024
1 parent e0fb37d commit fbf8454
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
- name: Download artifacts
uses: actions/[email protected]
- name: Make packages
run: |
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
- name: Create release
uses: softprops/action-gh-release@v1
env:
Expand All @@ -83,6 +88,5 @@ jobs:
draft: true
prerelease: false
files: |
./switchres-linux_gcc-x86_64/*.zip
./switchres-windows_mingw-x86_64/*.zip
./geometry-win32-x86_64/*.zip
./*.bz2
./*.7z

0 comments on commit fbf8454

Please sign in to comment.