From 9cd4088dc2ab128f4c5ca983d5611dc8580532b3 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 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index bd09c70255..1399faa476 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -38,6 +38,7 @@ jobs: with: name: source path: ./* + include-hidden-files: true if-no-files-found: error build-extension: @@ -360,12 +361,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]