File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
types : [created]
6
6
7
7
jobs :
8
- build_linux :
8
+ release_linux :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Compile ÖbEngine plugin
25
25
asset_name : sampleplugin.linux64.so
26
26
asset_content_type : application/bin
27
27
28
- build_macos :
28
+ release_macos :
29
29
runs-on : macos-latest
30
30
steps :
31
31
- name : Compile ÖbEngine plugin
45
45
asset_name : sampleplugin.macos64.dylib
46
46
asset_content_type : application/bin
47
47
48
- build_windows :
48
+ release_windows :
49
49
runs-on : windows-latest
50
50
steps :
51
51
- name : Compile ÖbEngine plugin
63
63
upload_url : ${{ github.event.release.upload_url }}
64
64
asset_path : ${{ steps.compile_plugin.outputs.pluginLocation }}
65
65
asset_name : sampleplugin.win64.dll
66
- asset_content_type : application/bin
66
+ asset_content_type : application/bin
You can’t perform that action at this time.
0 commit comments