Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
afwbkbc committed Jul 7, 2024
1 parent 05a8b1b commit f6ddee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
run: tar -C bin -zcvf GLSMAC-v0.3-win64-${{ env.SHA }}-bin64.tar.gz GLSMAC.exe GLSMAC_data
- name: publish
working-directory: ./build
uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v3
with:
name: GLSMAC-ubuntu-bin
name: GLSMAC-win64-bin
path: |
./GLSMAC-v0.3-win64-${{ env.SHA }}-bin64.tar.gz
- uses: dev-drprasad/delete-older-releases@v0.2.0
Expand Down

0 comments on commit f6ddee8

Please sign in to comment.