Skip to content

Commit

Permalink
Updated Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Jun 24, 2024
1 parent ac8e628 commit 0d918e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,20 @@ jobs:
zip -r "${dir%/}.zip" "$dir"
done
- name: Upload (linux_arm64)
- name: Upload (mac_x64)
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}_linux_arm64
path: dist/linux_arm64.zip

- name: Upload (linux_armhf)
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}_linux_armhf
path: dist/linux_armhf.zip

- name: Upload (linux_x64)
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}_linux_x64
path: dist/linux_x64.zip
name: ${{ github.event.repository.name }}_mac_x64
path: dist/mac_x64.zip

- name: Upload (mac_universal)
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}_mac_universal
path: dist/mac_universal.zip

- name: Upload (win_x64)
- name: Upload (mac_arm64)
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}_win_x64
path: dist/win_x64.zip
name: ${{ github.event.repository.name }}_mac_arm64
path: dist/mac_arm64.zip
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Currently, the app is in developpement and lacks important features like launchi

You can get a demo of the app from the [Releases](https://github.com/OrigamingWasTaken/appleblox/releases/tag/0.0.1)

For more recent builds, see the [nightly releases](https://nightly.link/OrigamingWasTaken/appleblox/workflows/build/main?preview)

## Developpement

To setup the app on your machine, clone this repo and run `npm install`.
Expand Down

0 comments on commit 0d918e3

Please sign in to comment.