From 7a3ba7721f1fa2e6417861dd6ba563b04281d4f9 Mon Sep 17 00:00:00 2001 From: Boegie19 <34578426+Boegie19@users.noreply.github.com> Date: Sun, 21 Aug 2022 04:15:01 +0200 Subject: [PATCH] fix release action with aftman (#627) * fix release action with aftman * Fixes using bash not powershell * removed comment --- .github/workflows/release.yml | 7 +++++-- aftman.toml | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 aftman.toml 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