Skip to content

Commit

Permalink
Fix worfklows artifacts upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Barre committed Jan 7, 2023
1 parent 9c60648 commit 44e9f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ jobs:
with:
command: build
args: --release --target ${{ matrix.target }} --bin privaxy --target-dir target

- uses: actions/upload-artifact@v3
if: matrix.os != 'windows-latest'
with:
name: privaxy_nogui-${{ matrix.target }}
path: |
target/release/privaxy
target/${{ matrix.target }}/release/privaxy
- uses: actions/upload-artifact@v3
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 44e9f8b

Please sign in to comment.