Skip to content

Commit 4744208

Browse files
committed
[CI] 13
1 parent cc2332c commit 4744208

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/_download-latest-package-info.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ jobs:
4646
echo "Version: ${{ steps.download-info.outputs.version }}"
4747
cat compactmachines.json
4848
49+
- run: mkdir release
50+
4951
- name: Version JSON
5052
run: |
51-
echo '{ "version": "' ${{ steps.download-info.outputs.version }} '" }' >> release/version-info.json
53+
echo '{ "version": "' ${{ steps.download-info.outputs.version }} '" }' > release/version-info.json
5254
5355
- name: Read info into variable [latest]
5456
id: info

0 commit comments

Comments
 (0)