Skip to content

Commit

Permalink
Make sure the path we download to actually exists
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Dec 21, 2023
1 parent 84803fe commit ccf74c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/artifact_download/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ runs:
- name: Decrypt and unzip archive
shell: bash
run: |
mkdir -p ${{ inputs.path }}
unzip -P '${{ inputs.encryption-secret }}' -qq -d ${{ inputs.path }} ${{ steps.tempdir.outputs.directory }}/archive.zip

0 comments on commit ccf74c1

Please sign in to comment.