Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Dec 30, 2023
1 parent 1e818c7 commit ea9e106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Hash
run: |
mkdir -p artifacts
mv atomicalsir-* artifacts/
mv atomicalsir-*/* artifacts/
cd artifacts
sha256sum * | tee ../SHA256
md5sum * | tee ../MD5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Hash
run: |
mkdir -p artifacts
mv atomicalsir-* artifacts/
mv atomicalsir-*/* artifacts/
cd artifacts
sha256sum * | tee ../SHA256
md5sum * | tee ../MD5
Expand Down

0 comments on commit ea9e106

Please sign in to comment.