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

Update build.yml

Attempt "I've lost count"
This commit is contained in:
Sergio
2024-08-31 19:36:56 +03:00
committed by GitHub
parent 82ec9b6e52
commit 53f32958fc

View File

@@ -87,10 +87,10 @@ jobs:
name: cup-linux-x86_64
path: cup-linux-x86_64
- name: Extract and rename binaries
run: |
unzip /home/runner/work/cup/cup/cup-linux-aarch64 && mv /home/runner/work/cup/cup/cup cup-linux-aarch64
unzip /home/runner/work/cup/cup/cup-linux-x86_64 && mv /home/runner/work/cup/cup/cup cup-linux-x86_64
# - name: Extract and rename binaries
# run: |
# unzip /home/runner/work/cup/cup/cup-linux-aarch64 && mv /home/runner/work/cup/cup/cup cup-linux-aarch64
# unzip /home/runner/work/cup/cup/cup-linux-x86_64 && mv /home/runner/work/cup/cup/cup cup-linux-x86_64
- name: Create release
uses: softprops/action-gh-release@v2