Skip to content

Commit

Permalink
fix 3rd parties
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 14, 2024
1 parent c90c4e6 commit 78ad73c
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 233 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-dmg-arm.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release MacOS ARM64
on:
# push
workflow_run:
workflows: ['Release']
types:
- completed
push
# workflow_run:
# workflows: ['Release']
# types:
# - completed

jobs:
macos:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release Windows
on:
push
# workflow_run:
# workflows: ['Release']
# types:
# - completed
# push
workflow_run:
workflows: ['Release']
types:
- completed

jobs:
windows:
Expand Down
Loading

0 comments on commit 78ad73c

Please sign in to comment.