Skip to content

Commit

Permalink
fix: files not found error in msys2 workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Casqade committed Apr 16, 2024
1 parent 0ec52f3 commit b8f012f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'windows-${{ matrix.config.sys }}-${{ matrix.config.cc }}'
path: '${{ steps.strings.outputs.build-output-dir }}\bin'
path: '{{ github.workspace }}\build\bin'
if-no-files-found: error
compression-level: 9

0 comments on commit b8f012f

Please sign in to comment.