Skip to content

Commit

Permalink
mayb be final test
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Dec 15, 2023
1 parent ad90578 commit 65ef723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Extract artifacts
run: |
source_directory="artifacts"
release_directory="release"
release_directory="${{ github.workspace }}"
mkdir -p "$release_directory"
find "$source_directory" -type f \( -name "*.zip" -o -name "*.gz" \) -exec mv -t "$release_directory" {} +
Expand All @@ -107,8 +107,8 @@ jobs:
with:
method: sha256
patterns: |
release/massa_*.zip
release/massa_*.tar.gz
massa_*.zip
massa_*.tar.gz
output: checksums.txt
- name: Publish checksums file
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 65ef723

Please sign in to comment.