Skip to content

Commit 3e059fa

Browse files
authored
Update release.yml
1 parent 60a4b5a commit 3e059fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created]
66

77
jobs:
8-
build_linux:
8+
release_linux:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Compile ÖbEngine plugin
@@ -25,7 +25,7 @@ jobs:
2525
asset_name: sampleplugin.linux64.so
2626
asset_content_type: application/bin
2727

28-
build_macos:
28+
release_macos:
2929
runs-on: macos-latest
3030
steps:
3131
- name: Compile ÖbEngine plugin
@@ -45,7 +45,7 @@ jobs:
4545
asset_name: sampleplugin.macos64.dylib
4646
asset_content_type: application/bin
4747

48-
build_windows:
48+
release_windows:
4949
runs-on: windows-latest
5050
steps:
5151
- name: Compile ÖbEngine plugin
@@ -63,4 +63,4 @@ jobs:
6363
upload_url: ${{ github.event.release.upload_url }}
6464
asset_path: ${{ steps.compile_plugin.outputs.pluginLocation }}
6565
asset_name: sampleplugin.win64.dll
66-
asset_content_type: application/bin
66+
asset_content_type: application/bin

0 commit comments

Comments
 (0)