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