don't use workspace dir

This commit is contained in:
Tommy Byrd
2022-05-10 22:18:44 -04:00
committed by GitHub
parent 1a3fc4f053
commit 83028f3e20

View File

@@ -11,7 +11,6 @@ runs:
- 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
with: