Skip to content

Commit

Permalink
Merge pull request #54 from Barre/debug_action
Browse files Browse the repository at this point in the history
Fix worfklows artifacts upload
  • Loading branch information
Barre committed Jan 7, 2023
2 parents 9c60648 + 44e9f8b commit fab4c64
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 fab4c64

Please sign in to comment.