Skip to content

Commit

Permalink
update log dir to new build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigch committed Feb 18, 2025
1 parent 9e4f3a6 commit 96789a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ddc-tcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}.txt
path: /tmp/${{ matrix.os }}.txt
path: /tmp/build/${{ matrix.os }}.txt
- name: Create tar
if: ${{ github.event.inputs.upload-results == 'true' }}
run: tar -czf ./build-${{matrix.os}}.tar.gz ./build
Expand Down

0 comments on commit 96789a6

Please sign in to comment.