ci: Fix the artifacts directory creation for Windows binaries [skip ci]
This commit is contained in:
@@ -139,7 +139,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Add SHA to artifacts
|
- name: Add SHA to artifacts
|
||||||
run: |
|
run: |
|
||||||
[[ -d artifacts ]] || mkdir artifacts
|
mkdir -p artifacts
|
||||||
cp target/${{ matrix.job.target }}/release/${{ env.RELEASE_NAME }}.sha256 artifacts/
|
cp target/${{ matrix.job.target }}/release/${{ env.RELEASE_NAME }}.sha256 artifacts/
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user