From 83028f3e208400ab2dbc1cf347a902f6a82568d9 Mon Sep 17 00:00:00 2001 From: Tommy Byrd Date: Tue, 10 May 2022 22:18:44 -0400 Subject: [PATCH] don't use workspace dir --- action.yml | 1 - 1 file changed, 1 deletion(-) 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: