File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- name : Build Mergin Plugin Packages
1+ name : Build Package
22on :
33 push :
44 workflow_dispatch :
1616 PYTHON_API_CLIENT_VER : ${{ inputs.REQUESTED_PYTHON_API_CLIENT_VER || '0.12.0' }}
1717 GEODIFF_VER : ${{ inputs.REQUESTED_GEODIFF_VER || '2.1.1' }}
1818 PYTHON_VER : " 38"
19- PLUGIN_NAME : Mergin
2019jobs :
2120 build_linux_binary :
2221 name : Extract geodiff binary linux
@@ -134,7 +133,7 @@ jobs:
134133 name : artifact-pygeodiff-macos
135134 path : ./pygeodiff-binaries/*.dylib
136135
137- create_mergin_plugin_package :
136+ create_plugin_package :
138137 needs : [build_windows_binaries, build_linux_binary, build_macos_binaries]
139138 runs-on : ubuntu-latest
140139 steps :
@@ -208,13 +207,13 @@ jobs:
208207
209208 - uses : actions/upload-artifact@v4
210209 with :
211- name : Mergin b ${{ env.BUILD_NUM }}
210+ name : MM Plugin d- ${{ env.BUILD_NUM }}
212211 path : output/
213212
214213 - name : upload asset on tagged release
215214 uses : softprops/action-gh-release@v1
216215 if : startsWith(github.ref, 'refs/tags/')
217216 with :
218- files : mergin .zip
217+ files : MM Plugin r-${{ env.BUILD_NUM }} .zip
219218 env :
220219 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments