mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
download.yml: add macOS arm64
This commit is contained in:
parent
dec25895ff
commit
e336a370cd
1 changed files with 8 additions and 4 deletions
12
.github/workflows/download.yml
vendored
12
.github/workflows/download.yml
vendored
|
@ -21,10 +21,14 @@ jobs:
|
|||
run: wget --content-disposition "https://gupax.io/windows-bundle"
|
||||
- name: Download Windows Standalone
|
||||
run: wget --content-disposition "https://gupax.io/windows"
|
||||
- name: Download macOS Bundle
|
||||
run: wget --content-disposition "https://gupax.io/macos-bundle"
|
||||
- name: Download macOS Standalone
|
||||
run: wget --content-disposition "https://gupax.io/macos"
|
||||
- name: Download macOS-x64 Bundle
|
||||
run: wget --content-disposition "https://gupax.io/macos-x64-bundle"
|
||||
- name: Download macOS-x64 Standalone
|
||||
run: wget --content-disposition "https://gupax.io/macos-x64"
|
||||
- name: Download macOS-arm64 Bundle
|
||||
run: wget --content-disposition "https://gupax.io/macos-arm64-bundle"
|
||||
- name: Download macOS-arm64 Standalone
|
||||
run: wget --content-disposition "https://gupax.io/macos-arm64"
|
||||
- name: Download Linux Bundle
|
||||
run: wget --content-disposition "https://gupax.io/linux-bundle"
|
||||
- name: Download Linux Standalone
|
||||
|
|
Loading…
Reference in a new issue