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:
|
||||
- name: Archive artifact
|
||||
shell: bash
|
||||
run: -|
|
||||
run: |
|
||||
tar \
|
||||
--dereference --hard-dereference \
|
||||
--directory ${{ inputs.path }} \
|
||||
|
||||
Reference in New Issue
Block a user