Skip to content

Commit

Permalink
test structure
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Dec 15, 2023
1 parent 65ef723 commit f6b1394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,13 @@ 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 f6b1394

Please sign in to comment.