File tree Expand file tree Collapse file tree 2 files changed +7
-60
lines changed Expand file tree Collapse file tree 2 files changed +7
-60
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,6 @@ jobs:
102
102
if : startsWith(github.ref, 'refs/tags/')
103
103
104
104
steps :
105
- - name : Get tag name as version
106
- id : get_version
107
- run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
108
-
109
105
- name : Checkout
110
106
uses : actions/checkout@v3
111
107
@@ -135,7 +131,7 @@ jobs:
135
131
# git add full project
136
132
git add ${{ env.PROJECT_FOLDER }}/
137
133
138
- - name : Get current changelog for ${VERSION}
134
+ - name : Get current changelog
139
135
run : qgis-plugin-ci changelog ${GITHUB_REF/refs\/tags\//} >> release.md
140
136
141
137
- name : Create GitHub Release
@@ -154,3 +150,9 @@ jobs:
154
150
--github-token ${{ secrets.GITHUB_TOKEN }}
155
151
--osgeo-username ${{ secrets.OSGEO_USER }}
156
152
--osgeo-password ${{ secrets.OSGEO_PASSWORD }}
153
+
154
+ - uses : actions/upload-artifact@v3
155
+ with :
156
+ name : ${{ env.PROJECT_FOLDER }}-${GITHUB_REF/refs\/tags\//}
157
+ path : ${{ env.PROJECT_FOLDER }}.*.zip
158
+ if-no-files-found : error
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments