Skip to content

Commit 12b4256

Browse files
authored
Update workflow to hopefully work
1 parent 25c6fff commit 12b4256

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on:
2+
workflow_dispatch:
23
push:
34
branches: [ $default-branch ]
45
pull_request:
@@ -10,9 +11,7 @@ jobs:
1011
strategy:
1112
matrix:
1213
build-type: [Release, Debug]
13-
compilers:
14-
- { cc: "gcc", cxx: "g++", mingw: 'false' }
15-
- { cc: "x86_64-w64-mingw32-gcc", cxx: "x86_64-w64-mingw32-g++", mingw: 'true' }
14+
compilers: [ { cc: "gcc", cxx: "g++", mingw: 'false' }, { cc: "x86_64-w64-mingw32-gcc", cxx: "x86_64-w64-mingw32-g++", mingw: 'true' } ]
1615
steps:
1716
- name: Checkout Repository
1817
uses: actions/[email protected]
@@ -78,3 +77,4 @@ jobs:
7877
uses: actions/[email protected]
7978
with:
8079
path: ${{ github.workspace }}/addons
80+
name: godot-openmpt-addon

0 commit comments

Comments
 (0)