Skip to content

Commit

Permalink
missing dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Jul 14, 2024
1 parent 1115c01 commit c901330
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
restore-keys: |
${{ runner.os }}-embedded-
- name: Create directories for unzipping
run: mkdir -p ./artifact/unzipped/helioscli ./artifact/unzipped/embedded

- name: Unzip HeliosCLI Artifact
run: unzip HeliosCLI/helioscli.zip -d ./artifact/unzipped/helioscli

Expand Down

0 comments on commit c901330

Please sign in to comment.