ci: Attempting a different way of creating the artifacts directory [skip ci]
This commit is contained in:
@@ -49,9 +49,6 @@ jobs:
|
|||||||
echo "You are not authorized to run this workflow."
|
echo "You are not authorized to run this workflow."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
- name: Create artifacts directory
|
|
||||||
run: mkdir artifacts
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -142,6 +139,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Add SHA to artifacts
|
- name: Add SHA to artifacts
|
||||||
run: |
|
run: |
|
||||||
|
[[ -d artifacts ]] || mkdir 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