ci: Attempting a different way of creating the artifacts directory [skip ci]

This commit is contained in:
2024-12-13 22:05:22 -07:00
parent d172fa17f6
commit 4968833d05
+1 -3
View File
@@ -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