ci: run the vpm scripts through bash
The nix runner has no /usr/bin/env, so the '#!/usr/bin/env bash' shebang cannot resolve; invoke the scripts as arguments to bash instead.
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
run: nix build .#aac --print-build-logs
|
||||
|
||||
- name: Package VPM zip
|
||||
run: nix develop -c ./vpm/package.sh
|
||||
run: nix develop -c bash ./vpm/package.sh
|
||||
|
||||
- name: Build Unity bundle
|
||||
run: nix build .#default --print-build-logs
|
||||
|
||||
Reference in New Issue
Block a user