1
Fork 0
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:
NotAShelf 2025-05-18 06:17:49 +03:00
parent 094a370422
commit 59d234e3ce
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF

View file

@ -69,6 +69,10 @@ jobs:
if: ${{ matrix.cross }} if: ${{ matrix.cross }}
run: cross build --release --target ${{ matrix.target }} run: cross build --release --target ${{ matrix.target }}
- name: Prepare binary
run: |
cp target/${{ matrix.target }}/release/tempus ${{ matrix.name }}
- name: Upload Release Asset - name: Upload Release Asset
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with: