Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Dec 15, 2023
1 parent 09561bc commit 63bf5b2
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 @@ -96,11 +96,12 @@ jobs:
path: artifacts
- name: Extract artifacts
run: |
source_directory="artifacts"
tmp_directory="tmp"
pwd && ls -al
source_directory="$(pwd)/artifacts"
tmp_directory="$(pwd)/tmp"
release_directory="$(pwd)/release"
cd "$source_directory" && ls -al cd ..
cd "$source_directory" && ls -al && cd -
mkdir -p "$tmp_directory"
mkdir -p "$release_directory"
Expand Down

0 comments on commit 63bf5b2

Please sign in to comment.