Skip to content

Commit b4ed319

Browse files
committed
point release at corect script
1 parent 9d53025 commit b4ed319

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build
1515
env:
1616
VERSION_SEMVER: ${{ steps.vars.outputs.tag }}
17-
run: bash package-linux_arm46.sh
17+
run: bash package-linux_arm64.sh
1818
- name: Upload result for job Linux
1919
uses: actions/upload-artifact@v4
2020
with:

package-linux_arm64.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ NAME=BowlerLauncher
44
VERSION=0.0.1
55
MAIN=com.commonwealthrobotics.Main
66

7+
sudo apt install fuse
8+
79
if [[ -z "${VERSION_SEMVER}" ]]; then
810
VERSION=4.0.4
911
else

0 commit comments

Comments
 (0)