mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-08 05:03:49 -05:00
Update build.yml
Attempt 4
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -79,16 +79,18 @@ jobs:
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: cup-linux-aarch64
|
||||
path: cup-linux-aarch64
|
||||
|
||||
- name: Download x86 binary
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: cup-linux-x86_64
|
||||
path: cup-linux-x86_64
|
||||
|
||||
- name: Extract and rename binaries
|
||||
run: |
|
||||
unzip cup-linux-aarch64 && mv cup cup-linux-aarch64
|
||||
unzip cup-linux-x86_64 && mv cup cup-linux-x86_64
|
||||
unzip /home/runner/work/cup/cup-linux-aarch64 && mv /home/runner/work/cup/cup cup-linux-aarch64
|
||||
unzip /home/runner/work/cup/cup-linux-x86_64 && mv /home/runner/work/cup/cup cup-linux-x86_64
|
||||
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
||||
Reference in New Issue
Block a user