mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 23:26:19 +00:00
fix release action with aftman (#627)
* fix release action with aftman * Fixes using bash not powershell * removed comment
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -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
2
aftman.toml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[tools]
|
||||||
|
wally = "UpliftGames/wally@0.3.1"
|
||||||
Reference in New Issue
Block a user