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 c6ed39a commit 06c4d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Zip docker_compose directory
run: zip -r $(pwd)/docker_compose.zip $(pwd)/docker_compose
run: zip -r docker_compose.zip $(pwd)/docker_compose
- name: Create artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
path: $(pwd)/docker_compose.zip
path: docker_compose.zip
env:
ARTIFACT_NAME: docker_compose

0 comments on commit 06c4d9f

Please sign in to comment.