Fix release workflow to use Wally

This commit is contained in:
Lucien Greathouse
2022-08-08 00:28:52 -04:00
parent e34d2339ad
commit d64db329dd

View File

@@ -112,6 +112,17 @@ jobs:
override: true
profile: minimal
- name: Setup Foreman
uses: Roblox/setup-foreman@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install packages
run: |
cd plugin
wally install
cd ..
- name: Build Release
run: cargo build --release --locked --verbose
env:
@@ -152,4 +163,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ env.BIN }}-${{ env.PROJECT_VERSION }}-${{ matrix.label }}.zip
path: release.zip
path: release.zip