Skip to content

Commit a7e0034

Browse files
use temp to set file name.
1 parent a430c76 commit a7e0034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stage-5-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ jobs:
8282
GH_TOKEN: ${{ github.token }}
8383
GH_REPO: ${{ github.repository }}
8484
run: |
85+
cp ./artifacts/jekyll-docs-${{ inputs.version }}/artifact.tar $RUNNER_TEMP/jekyll-docs-${{ inputs.version }}.tar
8586
gh release upload \
8687
"${{ inputs.version }}" \
87-
./artifacts/jekyll-docs-${{ inputs.version }}/artifact.tar\
88-
#jekyll-docs-${{ inputs.version }}.tar
88+
$RUNNER_TEMP/jekyll-docs-${{ inputs.version }}.tar#jekyll-docs-${{ inputs.version }}
8989
9090
9191
# - name: "Upload jeykll docs release asset"

0 commit comments

Comments
 (0)