We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a430c76 commit a7e0034Copy full SHA for a7e0034
1 file changed
.github/workflows/stage-5-publish.yaml
@@ -82,10 +82,10 @@ jobs:
82
GH_TOKEN: ${{ github.token }}
83
GH_REPO: ${{ github.repository }}
84
run: |
85
+ cp ./artifacts/jekyll-docs-${{ inputs.version }}/artifact.tar $RUNNER_TEMP/jekyll-docs-${{ inputs.version }}.tar
86
gh release upload \
87
"${{ inputs.version }}" \
- ./artifacts/jekyll-docs-${{ inputs.version }}/artifact.tar\
88
- #jekyll-docs-${{ inputs.version }}.tar
+ $RUNNER_TEMP/jekyll-docs-${{ inputs.version }}.tar#jekyll-docs-${{ inputs.version }}
89
90
91
# - name: "Upload jeykll docs release asset"
0 commit comments