retry
This commit is contained in:
parent
8c654e95a4
commit
724ccecad1
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
- name: upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: version-$GIT_SHA_SHORT.zip
|
||||
name: version-${{ env.GIT_SHA_SHORT }}.zip
|
||||
path: version
|
||||
download-artifact:
|
||||
needs: [create-artifact]
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
- name: download artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: version-$GIT_SHA_SHORT.zip
|
||||
name: version-${{ env.GIT_SHA_SHORT }}.zip
|
||||
- name: list files
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user