Skip to content

Commit

Permalink
build: fix release artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Jul 27, 2023
1 parent 68f3cc5 commit c155ff6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: google-github-actions/release-please-action@v3
id: release
Expand Down Expand Up @@ -92,7 +93,6 @@ jobs:
if-no-files-found: error
retention-days: 2
- name: Upload release artifacts
uses: softprops/action-gh-release@v1
with:
files: ${{ matrix.local_path }}
fail_on_unmatched_files: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ needs.release-please.outputs.tag_name }} ${{ matrix.local_path }}

0 comments on commit c155ff6

Please sign in to comment.