m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-08 05:03:49 -05:00

Update nightly workflow to upload the correct binaries

This commit is contained in:
Sergio
2024-07-11 12:36:57 +03:00
parent 6573b43ce0
commit 75700cd692

View File

@@ -62,7 +62,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform.name }}
path: target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
path: target/${{ matrix.platform.target }}/debug/${{ matrix.platform.bin }}
build-image:
needs: create-tag