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 40e9779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 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,6 @@ jobs:
- name: Download all binaries
uses: actions/download-artifact@v4
with:
name: hegel-*
merge-multiple: true

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

0 comments on commit 40e9779

Please sign in to comment.