mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-13 23:53:48 -05:00
Update nightly workflow to upload the correct binaries
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.platform.name }}
|
name: ${{ matrix.platform.name }}
|
||||||
path: target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
|
path: target/${{ matrix.platform.target }}/debug/${{ matrix.platform.bin }}
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
needs: create-tag
|
needs: create-tag
|
||||||
|
|||||||
Reference in New Issue
Block a user