diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96a32d6b..5686867c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/aftman.toml b/aftman.toml new file mode 100644 index 00000000..57f7a940 --- /dev/null +++ b/aftman.toml @@ -0,0 +1,2 @@ +[tools] +wally = "UpliftGames/wally@0.3.1" \ No newline at end of file