From f8d1aa08887c1b4e247570f7e4e7c0fd4d9c4ada Mon Sep 17 00:00:00 2001 From: Pylogmon Date: Tue, 17 Sep 2024 12:41:34 +0800 Subject: [PATCH] try to fix ci --- .github/workflows/package.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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]