Skip to content

Commit

Permalink
fix github workflow v2
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Linderud <morten@linderud.pw>
  • Loading branch information
Foxboron committed Oct 5, 2024
1 parent f903d1a commit 5cb73a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Upload workflow artifacts
uses: actions/upload-artifact@v4
with:
name: ssh-tpm-agent-binaries
name: ssh-tpm-agent-binaries-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
path: ssh-tpm-agent-*
upload:
name: Upload release binaries
Expand All @@ -55,9 +55,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download workflow artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ssh-tpm-agent-binaries
name: ssh-tpm-agent-binaries-*
merge-multiple: true
- name: Upload release artifacts
run: gh release upload "$GITHUB_REF_NAME" ssh-tpm-agent-*
env:
Expand Down

0 comments on commit 5cb73a1

Please sign in to comment.