Skip to content

Commit

Permalink
refactor: some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Dec 15, 2023
1 parent a8ed887 commit 09561bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,12 @@ jobs:
source_directory="artifacts"
tmp_directory="tmp"
release_directory="$(pwd)/release"
cd "$source_directory" && ls -al cd ..
mkdir -p "$tmp_directory"
mkdir -p "$release_directory"
pwd && ls
for file in "$source_directory"/*.{zip,gz}; do
if [ -f "$file" ]; then
Expand Down

0 comments on commit 09561bc

Please sign in to comment.