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
|
- name: upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: version-$GIT_SHA_SHORT.zip
|
name: version-${{ env.GIT_SHA_SHORT }}.zip
|
||||||
path: version
|
path: version
|
||||||
download-artifact:
|
download-artifact:
|
||||||
needs: [create-artifact]
|
needs: [create-artifact]
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
- name: download artifact
|
- name: download artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: version-$GIT_SHA_SHORT.zip
|
name: version-${{ env.GIT_SHA_SHORT }}.zip
|
||||||
- name: list files
|
- name: list files
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}
|
ls ${{ github.workspace }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user