mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2026-02-09 03:45:23 +00:00
Remove redundant environment variable
This commit is contained in:
@@ -26,7 +26,6 @@ runs:
|
|||||||
.
|
.
|
||||||
env:
|
env:
|
||||||
INPUT_PATH: ${{ inputs.path }}
|
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)
|
# 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
|
- name: Archive artifact
|
||||||
@@ -42,7 +41,6 @@ runs:
|
|||||||
.
|
.
|
||||||
env:
|
env:
|
||||||
INPUT_PATH: ${{ inputs.path }}
|
INPUT_PATH: ${{ inputs.path }}
|
||||||
RUNNER_TEMP: ${{ runner.temp }}
|
|
||||||
|
|
||||||
# Massage the paths for Windows only
|
# Massage the paths for Windows only
|
||||||
- name: Archive artifact
|
- name: Archive artifact
|
||||||
@@ -59,7 +57,6 @@ runs:
|
|||||||
"."
|
"."
|
||||||
env:
|
env:
|
||||||
INPUT_PATH: ${{ inputs.path }}
|
INPUT_PATH: ${{ inputs.path }}
|
||||||
RUNNER_TEMP: ${{ runner.temp }}
|
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@main
|
uses: actions/upload-artifact@main
|
||||||
|
|||||||
Reference in New Issue
Block a user