Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add shell param
  • Loading branch information
Tommy Byrd authored and GitHub committed May 11, 2022
1 parent 4c1e52e commit 1a3fc4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Expand Up @@ -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
Expand Down

0 comments on commit 1a3fc4f

Please sign in to comment.