Skip to content

Commit

Permalink
Update build-win64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 committed Nov 18, 2023
1 parent fb96eba commit faa593c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
with:
files: |
build_x64/Release/*.*
dest: ${{ github.event.repository.name }}-x64-${{ github.run_number }}.zip
dest: ${{ github.event.repository.name }}-x64.zip

- name: Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') || contains(github.ref, '-pre') }}
files: ${{ github.event.repository.name }}-x64-${{ github.run_number }}.zip
files: ${{ github.event.repository.name }}-x64.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit faa593c

Please sign in to comment.