Install cargo-bundle if needed in script/bundle

This commit is contained in:
Nathan Sobo 2021-05-17 17:57:50 -06:00
parent 08c7a499e5
commit 7f2da31708
2 changed files with 4 additions and 1 deletions

View file

@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v2
- name: Create app bundle
run: bash ./script/bundle
run: script/bundle
- name: Upload app bundle to workflow run
uses: actions/upload-artifact@v2