Skip to content

Commit

Permalink
unix path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rikodot authored Nov 19, 2023
1 parent 489112f commit 540864b
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 @@ -60,10 +60,10 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{matrix.config.name}}-${{matrix.version}}
path: ${{github.workspace}}/out/bin/*sigscan*
path: ${{github.workspace}}/build/out/bin/*sigscan*
- name: Upload artifact for Linux
if: runner.os == 'Linux'
uses: actions/upload-artifact@v3
with:
name: ${{matrix.config.name}}-${{matrix.version}}
path: ${{github.workspace}}/out/bin/*sigscan*
path: ${{github.workspace}}/build/out/bin/*sigscan*

0 comments on commit 540864b

Please sign in to comment.