Skip to content

Commit

Permalink
fix: folder issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Dec 15, 2023
1 parent 4c308b5 commit d37e6b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
workflow_dispatch:

env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full

Expand Down Expand Up @@ -91,8 +93,8 @@ jobs:
- name: Download all artifacts
uses: actions/download-artifact@v4
- name: Create release directory
run: mkdir massa_release
- name: Unzip artifacts into release directory
run: mkdir massa_release && ls -al
- name: Unzip artifacts
run: |
for file in massa_artifacts_*; do
unzip "$file" -d massa_release/
Expand Down

0 comments on commit d37e6b7

Please sign in to comment.