Skip to content

Commit ad5da8c

Browse files
committed
Update old references and package names
1 parent 9ae5d02 commit ad5da8c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/packages.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Mergin Plugin Packages
1+
name: Build Package
22
on:
33
push:
44
workflow_dispatch:
@@ -16,7 +16,6 @@ env:
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
2019
jobs:
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 }}

0 commit comments

Comments
 (0)