ci: Fix artifact download step

This commit is contained in:
Matt Borgerson
2021-05-21 03:01:31 -07:00
parent 110d971214
commit 6fbd393ee4
+1 -1
View File
@@ -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