Skip to content

Commit

Permalink
fix: release directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Dec 15, 2023
1 parent 37c95ba commit 4c308b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
- name: Download all artifacts
uses: actions/download-artifact@v4
- name: Create release directory
run: mkdir release
- name: Unzip artifacts
run: mkdir massa_release
- name: Unzip artifacts into release directory
run: |
for file in massa_artifacts_*; do
unzip "$file" -d massa_release/
Expand Down

0 comments on commit 4c308b5

Please sign in to comment.