mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-15 00:23:48 -05:00
Update build.yml
Attempt 5. I just hate the fact that you can't properly debug this thing.
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -89,8 +89,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract and rename binaries
|
- name: Extract and rename binaries
|
||||||
run: |
|
run: |
|
||||||
unzip /home/runner/work/cup/cup-linux-aarch64 && mv /home/runner/work/cup/cup cup-linux-aarch64
|
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-linux-x86_64 && mv /home/runner/work/cup/cup cup-linux-x86_64
|
unzip /home/runner/work/cup/cup/cup-linux-x86_64 && mv /home/runner/work/cup/cup/cup cup-linux-x86_64
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user