From a11e182b79c30f869180600c4861b8cbdafeafe0 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Fri, 18 Feb 2022 18:18:01 -0500 Subject: [PATCH] woops a cute dot slash lol! --- .github/workflows/learn-github-actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/learn-github-actions.yml b/.github/workflows/learn-github-actions.yml index d3eaa4b84..44702b170 100644 --- a/.github/workflows/learn-github-actions.yml +++ b/.github/workflows/learn-github-actions.yml @@ -39,9 +39,8 @@ jobs: env: BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY}} run: | - ./butler login - butler push export/debug/html5/bin ninja-muffin24/funkin-secret:html5 + ./butler push export/debug/html5/bin ninja-muffin24/funkin-secret:html5 - uses: actions/upload-artifact@v1 with: name: funkinSecret-${{ runner.os }}-${{ github.sha }}