Skip to content

Commit

Permalink
ci: replace another release with dist
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Oct 25, 2024
1 parent aa704aa commit 4e8805a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: archive
run: |
tar -czvf ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz \
-C target/${{ matrix.targets }}/release/ ${{ matrix.bins }}
-C target/${{ matrix.targets }}/dist/ ${{ matrix.bins }}
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
Expand Down

0 comments on commit 4e8805a

Please sign in to comment.