Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
offici5l authored Nov 2, 2024
1 parent 7991422 commit 64ae423
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
shell: msys2 {0}


- name: Upload Release Assets
run: |
gh release upload ${{ env.VERSION }} ./main32.exe --clobber
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
- name: Upload Release Assets
run: |
gh release upload ${{ env.VERSION }} ./main32.exe --clobber
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}


- name: Compile aes.c and md5.c for 64-bit
Expand Down

0 comments on commit 64ae423

Please sign in to comment.