diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 151cea5b..587965f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,9 @@ jobs: - name: Create release zip run: | zip -r $RELEASE_NAME manifest.json release/* ".github" + - name: debug + run: | + ls - name: Create a release and upload built artefacts uses: actions/github-script@v6 with: