Skip to content

Commit

Permalink
Switch WPILib Linux build to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 21, 2024
1 parent be76ddf commit 7f277bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,14 +419,15 @@ jobs:
- name: Build documentation
run: npm run docs:build-embed
- name: Build app
run: npx electron-builder build --publish never --${{ matrix.arch }} -l AppImage
run: npx electron-builder build --publish never --${{ matrix.arch }} -l dir
env:
ASCOPE_DISTRIBUTOR: WPILIB
NODE_OPTIONS: --max-old-space-size=4096
- name: Prepare artifact
run: |
mv dist/AdvantageScope*.AppImage "AdvantageScope (WPILib).AppImage"
zip advantagescope-wpilib-linux-${{ matrix.arch }}.zip "AdvantageScope (WPILib).AppImage"
cd dist/linux*
zip ../../advantagescope-wpilib-linux-${{ matrix.arch }}.zip ./*
cd ../..
- name: Upload development artifact
if: github.event_name != 'release'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7f277bb

Please sign in to comment.