diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index bd09c70255..17ec724c38 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: source - path: ./* + path: . if-no-files-found: error build-extension: @@ -360,12 +360,12 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags') steps: - - name: Trigger update - run: | - curl -X POST https://api.github.com/repos/pot-app/pot-docs/dispatches \ - -H "Accept: application/vnd.github.everest-preview+json" \ - -H "Authorization: token ${{ secrets.TOKEN }}" \ - -d '{"event_type": "plugins-updated"}' + - name: Trigger update + run: | + curl -X POST https://api.github.com/repos/pot-app/pot-docs/dispatches \ + -H "Accept: application/vnd.github.everest-preview+json" \ + -H "Authorization: token ${{ secrets.TOKEN }}" \ + -d '{"event_type": "plugins-updated"}' release-update: needs: [build-for-macos, build-for-windows, build-for-linux, build-for-windows-fix-runtime]