mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ci: Fix artifact download step
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user