Skip to content

Commit

Permalink
Fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Oct 1, 2024
1 parent a66971a commit ec74c42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Upload executable as artifact
uses: actions/upload-artifact@v4
with:
name: binary-${{ matrix.os }}-${{ matrix.version }}
path: bin/
release:
name: Release
Expand All @@ -47,6 +48,8 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: Release executables
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit ec74c42

Please sign in to comment.