Skip to content

Commit 39141a4

Browse files
committed
Save released plugin as artifact
1 parent a7ff908 commit 39141a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/packager.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,9 @@ jobs:
154154
--github-token ${{ secrets.GITHUB_TOKEN }}
155155
--osgeo-username ${{ secrets.OSGEO_USER }}
156156
--osgeo-password ${{ secrets.OSGEO_PASSWORD }}
157+
158+
- uses: actions/upload-artifact@v3
159+
with:
160+
name: ${{ env.PROJECT_FOLDER }}-${GITHUB_REF/refs\/tags\//}
161+
path: ${{ env.PROJECT_FOLDER }}.*.zip
162+
if-no-files-found: error

0 commit comments

Comments
 (0)