Skip to content

Commit

Permalink
Update build-win64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 authored Oct 30, 2023
1 parent b28582d commit 7661472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: ${{ github.event.repository.name }}-${{ github.sha }}
name: ${{ github.event.repository.name }}-x64-${{ github.sha }}
path: |
build_x64/Release
Expand All @@ -35,13 +35,13 @@ jobs:
with:
files: |
build_x64/Release/*.*
dest: ${{ github.event.repository.name }}-${{ github.sha }}.zip
dest: ${{ github.event.repository.name }}-x64-${{ github.sha }}.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 }}-${{ github.sha }}.zip
files: ${{ github.event.repository.name }}-x64-${{ github.sha }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7661472

Please sign in to comment.