Skip to content

Commit d4e3fb6

Browse files
author
Antoine Champion
committed
ci: enable linux release
1 parent 6064795 commit d4e3fb6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/create_release.yml

+8
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
needs: prepare
4444
name: Build for macOS
4545
uses: ./.github/workflows/build_plugin_macos.yml
46+
with:
47+
release_tag: '${{ github.event.inputs.version }}'
48+
release_candidate: "${{ github.event.inputs.release_candidate == 'true' }}"
49+
50+
build-linux:
51+
needs: prepare
52+
name: Build for Linux
53+
uses: ./.github/workflows/build_plugin_linux.yml
4654
with:
4755
release_tag: '${{ github.event.inputs.version }}'
4856
release_candidate: "${{ github.event.inputs.release_candidate == 'true' }}"

0 commit comments

Comments
 (0)