add shell param

This commit is contained in:
Tommy Byrd
2022-05-10 22:17:15 -04:00
committed by GitHub
parent 4c1e52ec7d
commit 1a3fc4f053

View File

@@ -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