Skip to content

Commit

Permalink
Merge pull request #58 from thomasferrandiz/fix-upload-release-artifacts
Browse files Browse the repository at this point in the history
upload release artifact on the release page
  • Loading branch information
thomasferrandiz authored Dec 19, 2023
2 parents 52f39fd + 9bd5e58 commit 3716355
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,12 @@ jobs:
if: success()
run: make release

- uses: actions/upload-artifact@v3
id: upload-tarfiles
- name: Upload release files
uses: softprops/action-gh-release@v1
with:
name: flannel-cni-plugin-tarfiles
path: release/

- uses: actions/upload-artifact@v3
id: upload-binaries
with:
name: flannel-cni-plugin-binaries
path: dist/
files: |
dist/*
release/*
build-and-push-images:
needs: [build-and-release]
Expand Down

0 comments on commit 3716355

Please sign in to comment.