Skip to content

Commit

Permalink
renamed release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bafto committed Nov 2, 2024
1 parent 120d132 commit df7a055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,19 @@ jobs:
body_path: split_01
draft: true

- name: Upload Asset 1
- name: Upload Asset Windows without MingW
uses: shogo82148/[email protected]
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: Windows-Release/DDP-*-no-mingw.zip

- name: Upload Asset 2
- name: Upload Asset Windows
uses: shogo82148/[email protected]
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: Windows-Release/DDP-*amd64.zip

- name: Upload Asset 3
- name: Upload Asset Linux
uses: shogo82148/[email protected]
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
Expand Down

0 comments on commit df7a055

Please sign in to comment.