Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
minnyres committed Aug 24, 2024
1 parent c78b396 commit 4492d84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: amule_windows_x86
name: amule_windows
path: amule*.7z

build-arm32:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: amule_windows_arm32
name: amule_windows
path: amule*.7z

release:
Expand All @@ -74,10 +74,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Download temp artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
pattern: amule_windows_*
merge-multiple: true
name:
amule_windows

- name: Compute Hashes
run: |
Expand Down

0 comments on commit 4492d84

Please sign in to comment.