Skip to content

Commit

Permalink
wtf is this
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Dec 15, 2023
1 parent 63bf5b2 commit 71aaff6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,13 @@ jobs:
source_directory="$(pwd)/artifacts"
tmp_directory="$(pwd)/tmp"
release_directory="$(pwd)/release"
cd "$source_directory" && ls -al && cd -
mkdir -p "$tmp_directory"
mkdir -p "$release_directory"
pwd && ls
pwd && ls
for file in "$source_directory"/*.{zip,gz}; do
echo "Processing $(basename "$file")
if [ -f "$file" ]; then
mv "$file" "$tmp_directory"
cd "$tmp_directory" || exit
Expand All @@ -126,6 +125,8 @@ jobs:
rm -rf "$tmp_directory"
cd "$release_directory" && ls -al
- name: Generate checksums file
uses: jmgilman/actions-generate-checksum@v1
with:
Expand Down

0 comments on commit 71aaff6

Please sign in to comment.