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

2
aftman.toml Normal file
View File

@@ -0,0 +1,2 @@
[tools]
wally = "UpliftGames/wally@0.3.1"