mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 08:06:18 +00:00
Fix typo
This commit is contained in:
@@ -14,7 +14,7 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Archive artifact
|
- name: Archive artifact
|
||||||
shell: bash
|
shell: bash
|
||||||
run: -|
|
run: |
|
||||||
tar \
|
tar \
|
||||||
--dereference --hard-dereference \
|
--dereference --hard-dereference \
|
||||||
--directory ${{ inputs.path }} \
|
--directory ${{ inputs.path }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user