From f9ae0aaada5c1dd826821666775ccf964654b88a Mon Sep 17 00:00:00 2001 From: Micah Date: Tue, 7 May 2024 14:33:40 -0700 Subject: [PATCH] Downgrade aftman, desperate that it'll work --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d58bbfa52..4eaa03c2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Aftman uses: ok-nick/setup-aftman@v0.4.2 with: - version: 'v0.2.8' + version: 'v0.2.7' - name: Build Plugin run: rojo build plugin --output Rojo.rbxm @@ -89,7 +89,7 @@ jobs: - name: Setup Aftman uses: ok-nick/setup-aftman@v0.4.2 with: - version: 'v0.2.8' + version: 'v0.2.7' - name: Build Release run: cargo build --release --locked --verbose --target ${{ matrix.target }}