mirror of https://github.com/xemu-project/xemu.git
ci: Fix artifact download step
This commit is contained in:
parent
110d971214
commit
6fbd393ee4
|
@ -203,7 +203,7 @@ jobs:
|
|||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.artifact_name }}
|
||||
path: dist
|
||||
- name: Get Package Info
|
||||
run: |
|
||||
echo "BUILD_TAG=$(cat dist/tag/tag)" >> $GITHUB_ENV
|
||||
|
|
Loading…
Reference in New Issue