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 }}