diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b381e1df..56321edc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,10 +55,14 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - name: Checkout repo + uses: actions/checkout@v3 - name: Download production-ready build files uses: actions/download-artifact@v2 with: name: example-app + - name: ls + run: ls -la - name: Build, Push and Release a Docker container to Heroku uses: gonuit/heroku-docker-deploy@v1.3.3