Skip to content

Commit

Permalink
try: unzip in the same folder without creating another dist
Browse files Browse the repository at this point in the history
  • Loading branch information
NickChecan committed Oct 12, 2024
1 parent 3ee8af9 commit af34681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: .

- name: Unzip build files
run: unzip build-files.zip -d ./dist/
run: unzip build-files.zip -d .

- name: Get list of variants for an image
id: get-variants
Expand Down

0 comments on commit af34681

Please sign in to comment.