Skip to content

Commit

Permalink
[ci] Add release to workflow(5).
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioginer committed Feb 5, 2024
1 parent 6fb535d commit d44f5ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Switchres ${GITHUB_REF#refs/*/}
name: Switchres ${{ GITHUB_REF#refs/*/ }}
draft: true
prerelease: false
files: |
./switchres-linux_gcc-x86_64/*.zip
./switchres-windows_mingw/*.zip
./switchres-windows_mingw-x86_64/*.zip
./geometry-win32-x86_64/*.zip

0 comments on commit d44f5ca

Please sign in to comment.