Skip to content

Commit d0654d4

Browse files
committed
Make sure the workspace directory always exists
1 parent 1228120 commit d0654d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ runs:
3535
with:
3636
name: ${{ inputs.workflow-artifact-name }}
3737
path: ${{ github.action_path }}/.tmp
38+
- name: Ensure the workspace directory exists
39+
run: mkdir -pv '${{ github.workspace }}'
40+
shell: bash
3841
- name: Get the source out of the tarball
3942
run: >-
4043
tar xzvf ${{ inputs.source-tarball-name }}

0 commit comments

Comments
 (0)