Skip to content

Commit 4e8805a

Browse files
committed
ci: replace another release with dist
1 parent aa704aa commit 4e8805a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: archive
3131
run: |
3232
tar -czvf ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz \
33-
-C target/${{ matrix.targets }}/release/ ${{ matrix.bins }}
33+
-C target/${{ matrix.targets }}/dist/ ${{ matrix.bins }}
3434
3535
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
3636
with:

0 commit comments

Comments
 (0)