Skip to content

Commit

Permalink
Merge pull request #615 from equalizedigital/william/try/use-differen…
Browse files Browse the repository at this point in the history
…t-step-id-on-artefact-upload-step

Use a different steps ID for grabbing zip path
  • Loading branch information
pattonwebz authored May 6, 2024
2 parents 71bf1e6 + 85d8b8d commit c4a341c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-on-release-to-dot-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
cache: 'npm'

- name: NPM install, build and generate release artefacts
id: dist-build
run: |
npm install --ignore-scripts
npm run build
Expand All @@ -52,6 +53,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ steps.deploy.outputs.zip-path }}
asset_path: ${{ steps.dist-build.outputs.zip-path }}
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip

0 comments on commit c4a341c

Please sign in to comment.