Skip to content

Commit

Permalink
fix(actions): Artifact names now match their file names
Browse files Browse the repository at this point in the history
Signed-off-by: Frederik Bertling <[email protected]>
  • Loading branch information
Burtan committed Apr 28, 2024
1 parent e62140c commit d0dd2fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,14 @@ jobs:
- linux
- windows
- macos
#if: github.ref_type == 'tag'
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
path: artifacts
merge-multiple: true
- run: ls -R artifacts
# - uses: softprops/action-gh-release@v2
# with:
# files:
Expand Down

0 comments on commit d0dd2fd

Please sign in to comment.