mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 16:16:18 +00:00
add shell param
This commit is contained in:
@@ -10,6 +10,7 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
run: "tar --dereference --hard-dereference --directory ${{ inputs.directory }} -cvf artifact.tar ."
|
run: "tar --dereference --hard-dereference --directory ${{ inputs.directory }} -cvf artifact.tar ."
|
||||||
|
shell: bash
|
||||||
working-directory: "/workspace"
|
working-directory: "/workspace"
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@main
|
uses: actions/upload-artifact@main
|
||||||
|
|||||||
Reference in New Issue
Block a user