Skip to content

Commit

Permalink
assemble-release: remove second arg from zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Sep 13, 2024
1 parent 6ae5447 commit 48d95ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/assemble-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
shell: bash
run: |
cd ${{ env.RELEASE_STAGING }}
zip -r ${{ github.workspace }}/${{ inputs.output-file-name }}.zip ${{ env.RELEASE_STAGING }}
zip -r ${{ github.workspace }}/${{ inputs.output-file-name }}.zip
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 48d95ef

Please sign in to comment.