Skip to content

Commit

Permalink
migration to v4 again
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Jan 9, 2025
1 parent abcda97 commit 8ee57ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: artifact-pygeodiff-linux
path: ./pygeodiff-binaries/*.so

build_windows_binaries:
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: artifact-pygeodiff-windows
path: ./pygeodiff-binaries/*.pyd

build_macos_binary:
Expand Down Expand Up @@ -111,6 +113,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: artifact-pygeodiff-macos
path: ./pygeodiff-binaries/*.dylib

create_mergin_plugin_package:
Expand Down Expand Up @@ -173,7 +176,9 @@ jobs:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
pattern: ./pygeodiff-binaries/*
path: artifact-pygeodiff
pattern: artifact-pygeodiff-*
merge-multiple: true
- uses: actions/upload-artifact@v4
with:
name: Mergin
Expand Down

0 comments on commit 8ee57ac

Please sign in to comment.