Skip to content

Commit

Permalink
Using Github Workspace instead our own dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanvicente committed Feb 7, 2024
1 parent 6073a76 commit bc1aec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_upload_image.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: Build
run: |
npx ng build --configuration production
cp -r dist/* .
cp -r dist/* ${GITHUB_WORKSPACE}
ls -l ${GITHUB_WORKSPACE}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit bc1aec6

Please sign in to comment.