From d358955c2688300b03abb6dfbf5ecf63ca07e969 Mon Sep 17 00:00:00 2001 From: Paracosm-Daemon Date: Wed, 7 Aug 2024 01:07:07 -0700 Subject: [PATCH] Hopefully fix Wally publishing --- .github/workflows/publish.yaml | 4 +--- src/wally.toml => wally.toml | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename src/wally.toml => wally.toml (100%) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 01ac34b..4ff868d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,13 +16,11 @@ jobs: uses: kalrnlo/setup-rokit@v1.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} - - name: Publish Repo to Wally + - name: Publish to Wally shell: bash run: | wally login --token "$WALLY_AUTH" - cd src wally publish - cd . env: WALLY_AUTH: ${{ secrets.WALLY_AUTH }} - name: Build and Publish to Roblox diff --git a/src/wally.toml b/wally.toml similarity index 100% rename from src/wally.toml rename to wally.toml