Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jan 22, 2025
1 parent 77d5654 commit 02f5a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
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"
- name: Copy dump
run: |
docker compose cp db:/tmp pokeapi.dump.zip ./
docker compose cp db:/tmp/pokeapi.dump.zip ./
ls -larth
# - name: Release
# uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 02f5a92

Please sign in to comment.