Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danymukesha authored Jan 8, 2024
1 parent 12d45ce commit d07722f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name: Upload package to GitHub Releases
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ needs.Make_GitHub_Release.outputs.upload_url }}
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./dist/*
asset_name: pca_pwa-${{ github.event.release.name }}.tar.gz
asset_name: pca_pwa-${{ github.event.release.tag }}.tar.gz
asset_content_type: application/gzip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d07722f

Please sign in to comment.