Skip to content

Commit

Permalink
Forgot to make this quirky!
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Oct 29, 2024
1 parent fb81adf commit 67abe05
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,23 @@ jobs:
- name: 📦 Build the Windows artifact
run: bash build.sh dist-windows

- name: 🔨 Create installer
uses: joncloud/makensis-action@v4.1
with:
script-file: "Installer.nsi"

- name: 🆙 Upload the Windows artifact (x86_64)
uses: actions/upload-artifact@v3
with:
name: Casterlabs-Caffeinated-windows-x86_64.zip
path: dist/artifacts/Casterlabs-Caffeinated-windows-x86_64.zip

- name: Create installer
uses: joncloud/makensis-action@v4.1
- name: 🆙 Upload the Windows installer (x86_64)
uses: actions/upload-artifact@v3
with:
script-file: "Installer.nsi"

name: Casterlabs-Caffeinated-Setup.exe
path: dist/Casterlabs-Caffeinated-Setup.exe

build_macos:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 67abe05

Please sign in to comment.