Skip to content

Commit

Permalink
assemble-release: create the zip file from within the staging directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Sep 13, 2024
1 parent 8be7ad6 commit 6ae5447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/assemble-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ runs:
id: assemble-release
shell: bash
run: |
cd ${{ env.RELEASE_STAGING }}
zip -r ${{ github.workspace }}/${{ inputs.output-file-name }}.zip ${{ env.RELEASE_STAGING }}
echo 'ARTIFACT_FILENAME=${{ inputs.output-file-name }}' >> $GITHUB_ENV
echo 'artifact-path=${{ github.workspace }}/${{ inputs.output-file-name }}' >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6ae5447

Please sign in to comment.