fix release action with aftman (#627)

* fix release action with aftman

* Fixes using bash not powershell

* removed comment
This commit is contained in:
Boegie19
2022-08-21 04:15:01 +02:00
committed by GitHub
parent e0198e626b
commit 7a3ba7721f
2 changed files with 7 additions and 2 deletions

View File

@@ -108,16 +108,19 @@ jobs:
override: true
profile: minimal
- name: Setup Foreman
uses: Roblox/setup-foreman@v1
- name: Setup Aftman
uses: Bok-nick/setup-aftman@v0.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
trust-check: false
version: 'v0.2.6'
- name: Install packages
run: |
cd plugin
wally install
cd ..
shell: bash
- name: Build Release
run: cargo build --release --locked --verbose