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
+6
View File
@@ -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)"