Skip to content

Commit

Permalink
Fix zip artifact for WPILib Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 26, 2024
1 parent 941846c commit cab4b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ jobs:
run: |
cd dist/linux*
mv advantagescope advantagescope-wpilib
zip ../../advantagescope-wpilib-linux-${{ matrix.arch }}.zip ./*
zip -r ../../advantagescope-wpilib-linux-${{ matrix.arch }}.zip ./*
cd ../..
- name: Upload development artifact
if: github.event_name != 'release'
Expand Down

0 comments on commit cab4b2c

Please sign in to comment.