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