Skip to content

Commit

Permalink
bump to v4 attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Jan 9, 2025
1 parent 8ee57ac commit 7afdcec
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,13 @@ jobs:
echo "geodiff version defined in python-api-client requires.txt $GEODIFF_VER_FROM_CLIENT does not equal $GEODIFF_VER from the workpackage file"
exit 1; # or just warning??
fi
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
path: artifact-pygeodiff
pattern: artifact-pygeodiff-*
merge-multiple: true

- uses: actions/download-artifact@v4
with:
name: artifact
Expand All @@ -173,12 +179,7 @@ jobs:
(cd output && zip -r9 ../mergin.zip Mergin/)
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
path: artifact-pygeodiff
pattern: artifact-pygeodiff-*
merge-multiple: true
- uses: actions/upload-artifact@v4
with:
name: Mergin
Expand Down

0 comments on commit 7afdcec

Please sign in to comment.