Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoherty4 committed Jan 16, 2024
1 parent e5b44b3 commit cb923bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Upload linux/${{ matrix.platform }} binary
uses: actions/upload-artifact@v4
with:
name: hegel-${{ matrix.platform }}
name: ${{ matrix.platform }}
retention-days: 1
path: hegel-linux-${{ matrix.platform }}

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Download all binaries
uses: actions/download-artifact@v4
with:
name: hegel-*
name: '*'
merge-multiple: true

# The upload/download actions do not preserve permissions so they need explicitly setting.
Expand Down

0 comments on commit cb923bb

Please sign in to comment.