Skip to content

Commit

Permalink
Update unix-alpha-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Oct 5, 2024
1 parent 48de628 commit 8cb1403
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/unix-alpha-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
rm -rf target/release/build
rm -rf target/release/deps
rm -rf target/release/bundle/appimage/authme.AppDir
rm -rf target/release/bundle/appimage/cores.AppDir
npm run rename
shell: bash

Expand All @@ -66,3 +66,11 @@ jobs:
with:
name: "cores-service-${{matrix.NAME}}-x64-installer"
path: "target/release"

# Upload the unpackaged app
- name: Upload service installer
if: matrix.NAME == 'linux'
uses: actions/upload-artifact@v4
with:
name: "cores-service-${{matrix.NAME}}-arm64-service"
path: "target/aarch64-unknown-linux-gnu/release"

0 comments on commit 8cb1403

Please sign in to comment.