Skip to content

Commit

Permalink
Remove redundant environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Sep 2, 2022
1 parent 70a1409 commit fa88024
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ runs:
.
env:
INPUT_PATH: ${{ inputs.path }}
RUNNER_TEMP: ${{ runner.temp }}

# Switch to gtar (GNU tar instead of bsdtar which is the default in the MacOS runners so we can use --hard-dereference)
- name: Archive artifact
Expand All @@ -42,7 +41,6 @@ runs:
.
env:
INPUT_PATH: ${{ inputs.path }}
RUNNER_TEMP: ${{ runner.temp }}

# Massage the paths for Windows only
- name: Archive artifact
Expand All @@ -59,7 +57,6 @@ runs:
"."
env:
INPUT_PATH: ${{ inputs.path }}
RUNNER_TEMP: ${{ runner.temp }}

- name: Upload artifact
uses: actions/upload-artifact@main
Expand Down

0 comments on commit fa88024

Please sign in to comment.