Skip to content

Commit

Permalink
Update build-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 authored Nov 18, 2023
1 parent faa593c commit 8f3df54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
with:
files: |
build_arm64/Release/*.*
dest: ${{ github.event.repository.name }}-arm64-${{ github.run_number }}.zip
dest: ${{ github.event.repository.name }}-arm64.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 }}-arm64-${{ github.run_number }}.zip
files: ${{ github.event.repository.name }}-arm64.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8f3df54

Please sign in to comment.