Skip to content

Commit

Permalink
Change working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusdeMelo committed Jun 27, 2023
1 parent f3fa861 commit 9118152
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-publish-16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
with:
name: Workspace
path: /tmp/workspace
- run: docker load < $(ls /tmp/workspace/pack-*-build.tar | head -1)
working-directory: path
- run: docker load < $(ls /tmp/workspace/pack-*-run.tar | head -1)
working-directory: path
- run: docker load < $(ls | head -1)
working-directory: /tmp/workspace/pack-*-build.tar
- run: docker load < $(ls | head -1)
working-directory: /tmp/workspace/pack-*-run.tar
- name: Create builder with retries
run: |
n=1
Expand Down

0 comments on commit 9118152

Please sign in to comment.