diff --git a/action.yml b/action.yml index 03c769f..3b2001a 100644 --- a/action.yml +++ b/action.yml @@ -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: