mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-27 17:07:44 +00:00
ci: copy assets properly
This commit is contained in:
parent
094a370422
commit
59d234e3ce
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -69,6 +69,10 @@ jobs:
|
|||
if: ${{ matrix.cross }}
|
||||
run: cross build --release --target ${{ matrix.target }}
|
||||
|
||||
- name: Prepare binary
|
||||
run: |
|
||||
cp target/${{ matrix.target }}/release/tempus ${{ matrix.name }}
|
||||
|
||||
- name: Upload Release Asset
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue