ci: Fix typo in multi-platform release test [skip ci]

This commit is contained in:
2024-12-18 17:56:41 -07:00
parent c502b3d08f
commit a958350b2d
2 changed files with 13 additions and 1 deletions
@@ -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: |