Skip to content

Commit

Permalink
fix gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Mar 25, 2022
1 parent 49e4ef1 commit 008dd54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-win32.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Windows x86
on:
release:
types: [prereleased]
prereleased: released

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-win64.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Windows x64
on:
release:
types: [prereleased]
prereleased: released

jobs:
build:
Expand Down

0 comments on commit 008dd54

Please sign in to comment.