Skip to content

Commit

Permalink
Try to fix config upload
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 6, 2024
1 parent 18011d8 commit 2d23936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,14 +297,14 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: config64
path: ${{ env.BUILDROOT }}/wine64/config.log
path: build/wine64/config.log

- name: Upload config32.log
if: failure()
uses: actions/upload-artifact@v4
with:
name: config32
path: ${{ env.BUILDROOT }}/wine32on64/config.log
path: build/wine32on64/config.log

- name: Tar Libraries
if: success()
Expand Down

0 comments on commit 2d23936

Please sign in to comment.