Skip to content

Commit 02f5a92

Browse files
committed
fix: path
1 parent 77d5654 commit 02f5a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: docker compose exec -T -u postgres db sh -c "cd /tmp && pg_dump -h localhost -Fc -U ash pokeapi | gzip > pokeapi.dump.zip && ls -larth"
2828
- name: Copy dump
2929
run: |
30-
docker compose cp db:/tmp pokeapi.dump.zip ./
30+
docker compose cp db:/tmp/pokeapi.dump.zip ./
3131
ls -larth
3232
# - name: Release
3333
# uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)