Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
don't use workspace dir
  • Loading branch information
Tommy Byrd authored and GitHub committed May 11, 2022
1 parent 1a3fc4f commit 83028f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 83028f3

Please sign in to comment.