Skip to content

Commit

Permalink
Be more specific on which files to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed Jun 11, 2024
1 parent f51dece commit 70bd9d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: webhook-artifacts-${{ matrix.arch}}
path: dist/artifacts
path: |
dist/artifacts/webhook-linux-${{ matrix.arch}}
dist/artifacts/sha256sum-${{ matrix.arch}}.txt
dist/artifacts/rancher-webhook-*.tgz
release:
needs: build
Expand Down

0 comments on commit 70bd9d0

Please sign in to comment.