Skip to content

Commit

Permalink
final edition
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Dec 15, 2023
1 parent f6b1394 commit 9720cc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,11 @@ jobs:
path: artifacts
- name: Extract artifacts
run: |
ls -R
source_directory="artifacts"
release_directory="${{ github.workspace }}"
mkdir -p "$release_directory"
find "$source_directory" -type f \( -name "*.zip" -o -name "*.gz" \) -exec mv -t "$release_directory" {} +
ls -R
- name: Generate checksums file
uses: jmgilman/actions-generate-checksum@v1
Expand Down

0 comments on commit 9720cc6

Please sign in to comment.