Skip to content

Commit 44e9f8b

Browse files
committed
Fix worfklows artifacts upload
1 parent 9c60648 commit 44e9f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ jobs:
124124
with:
125125
command: build
126126
args: --release --target ${{ matrix.target }} --bin privaxy --target-dir target
127-
127+
128128
- uses: actions/upload-artifact@v3
129129
if: matrix.os != 'windows-latest'
130130
with:
131131
name: privaxy_nogui-${{ matrix.target }}
132132
path: |
133-
target/release/privaxy
133+
target/${{ matrix.target }}/release/privaxy
134134
135135
- uses: actions/upload-artifact@v3
136136
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)