Skip to content

Commit 86619b9

Browse files
authored
fix(ci): create directory
1 parent 775c7ef commit 86619b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/pr-id/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ runs:
3434
if: github.event_name == 'pull_request'
3535
shell: bash
3636
run: |
37+
mkdir -p /tmp/${{ inputs.artifact-name }}
3738
echo ${{ github.event.number }} > /tmp/${{ inputs.artifact-name }}/id
3839
3940
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)