Skip to content

Commit

Permalink
Append matric os to artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder committed Feb 7, 2024
1 parent 1dd0b15 commit 3d23ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:
- name: Upload build artefacts
uses: actions/upload-artifact@v4
with:
name: binaries
overwrite: true
name: binaries-${{ matrix.os }}
path: out/ferium*.zip
if-no-files-found: error
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
workflow_conclusion: success
workflow: build.yml
name: binaries
name: binaries-*
path: ./out

- name: Create sha256sum for Scoop
Expand Down

0 comments on commit 3d23ec0

Please sign in to comment.