Skip to content

Commit

Permalink
ci: fix typo in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Futrime committed Nov 24, 2023
1 parent 9d2f48e commit 568f497
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
pull_request:
push:
workflow_dispatch:
pull_request:
push:
workflow_dispatch:

jobs:
build:
Expand All @@ -24,5 +24,4 @@ jobs:
with:
name: levilamina-example-plugin-windows-x64-${{ github.sha }}
path: |
bin/levilamina-example-plugin/manifest.json
bin/levilamina-example-plugin/plugin.dll
bin/levilamina-example-plugin/

0 comments on commit 568f497

Please sign in to comment.