Skip to content

Commit

Permalink
mac, linux aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingdoom committed Feb 2, 2024
1 parent 16bbd58 commit 5033daf
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
29 changes: 26 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,42 @@ jobs:
# A file, directory or wildcard pattern that describes what to upload
path: neutron/build/work/appSetup-win64.exe

- name: Upload linux tarball
- name: Upload linux x86_64 tarball
uses: actions/upload-artifact@v2.2.4
with:
# Artifact name
name: datcord-linux-x86_64
# A file, directory or wildcard pattern that describes what to upload
path: neutron/build/datcord.tar.bz2
path: neutron/build/datcord-linux-x86_64.tar.bz2

- name: Upload appimage
- name: Upload linux aarch64 tarball
uses: actions/upload-artifact@v2.2.4
with:
# Artifact name
name: datcord-linux-aarch64
# A file, directory or wildcard pattern that describes what to upload
path: neutron/build/datcord-linux-aarch64.tar.bz2

- name: Upload Appimage
uses: actions/upload-artifact@v2.2.4
with:
# Artifact name
name: datcord-appimage-x86_64
# A file, directory or wildcard pattern that describes what to upload
path: neutron/build/Datcord-x86_64.AppImage

- name: Upload MacOS aarch64 installer
uses: actions/upload-artifact@v2.2.4
with:
# Artifact name
name: datcord-darwin-aarch64
# A file, directory or wildcard pattern that describes what to upload
path: neutron/build/datcord-darwin-aarch64.dmg

- name: Upload MacOS x86_64 installer
uses: actions/upload-artifact@v2.2.4
with:
# Artifact name
name: datcord-darwin-x86_64
# A file, directory or wildcard pattern that describes what to upload
path: neutron/build/datcord-darwin-x86_64.dmg
5 changes: 4 additions & 1 deletion resources/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
"logoSvgFilePath": "../../resources/datcord.svg",
"platforms": [
"linux",
"linux-aarch64",
"appimage",
"windows"
"windows",
"mac-arm",
"mac-intel"
],
"extensionURLs": [
"NEUTRON_OPEN_IN_DEFAULT_BROWSER_EXTENSION_LOCATION"
Expand Down

0 comments on commit 5033daf

Please sign in to comment.