Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Sep 17, 2024
1 parent 8c95a6d commit 9cd4088
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
name: source
path: ./*
include-hidden-files: true
if-no-files-found: error

build-extension:
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 9cd4088

Please sign in to comment.