We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6064795 commit d4e3fb6Copy full SHA for d4e3fb6
.github/workflows/create_release.yml
@@ -43,6 +43,14 @@ jobs:
43
needs: prepare
44
name: Build for macOS
45
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
54
with:
55
release_tag: '${{ github.event.inputs.version }}'
56
release_candidate: "${{ github.event.inputs.release_candidate == 'true' }}"
0 commit comments