FIX typo
This commit is contained in:
parent
6e8491867e
commit
1cc9f98e58
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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-@{{ github.sha }}.zip
|
name: version-@${{ github.sha }}.zip
|
||||||
- name: list files
|
- name: list files
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}
|
ls ${{ github.workspace }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user