fix arm workflow

This commit is contained in:
Ilya Sosnovsky 2021-10-21 14:26:50 +03:00
parent 2daadf30ae
commit 5543829717
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
build_command: bash ./build_arm.sh
pre_command: bash ./install-deps_arm.sh
pre_command: bash ./install-deps-arm.sh
binary_name: "ovpn-admin"
asset_name: ovpn-admin-${{ matrix.goos }}-${{ matrix.goarch }}