download.yml: add macOS arm64

This commit is contained in:
hinto.janai 2023-06-04 09:54:25 -04:00
parent dec25895ff
commit e336a370cd
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -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