Skip to content

Commit

Permalink
fix: update compose workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Jan 2, 2024
1 parent 54e845c commit c6ed39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Zip docker_compose directory
run: zip -r docker_compose.zip $(pwd)/docker_compose
run: zip -r $(pwd)/docker_compose.zip $(pwd)/docker_compose
- name: Create artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c6ed39a

Please sign in to comment.