ci: Fix typo in multi-platform release test [skip ci]
This commit is contained in:
@@ -17,10 +17,16 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
# - name: Get release artifacts
|
||||
# uses: actions/download-artifact@v3
|
||||
# with:
|
||||
# name: artifacts
|
||||
# path: artifacts
|
||||
|
||||
- name: Set version variable
|
||||
run: |
|
||||
version="$(cat artifacts/release-version)"
|
||||
echo "version=$version" >> $GITHUB_ENV
|
||||
echo "version=v0.4.1" >> $GITHUB_ENV
|
||||
|
||||
- name: Validate release environment variables
|
||||
run: |
|
||||
|
||||
@@ -292,6 +292,12 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Get release artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: artifacts
|
||||
path: artifacts
|
||||
|
||||
- name: Set version variable
|
||||
run: |
|
||||
version="$(cat artifacts/release-version)"
|
||||
|
||||
Reference in New Issue
Block a user