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 f8d1aa0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: source
path: ./*
path: .
if-no-files-found: error

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

0 comments on commit f8d1aa0

Please sign in to comment.