File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -209,6 +209,14 @@ jobs:
209209 --title "$TAG" \
210210 --generate-notes
211211
212+ - name : Upload release assets
213+ env :
214+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
215+ run : |
216+ gh release upload "$TAG" \
217+ digipin-swift-${TAG}-spm-sbom.json \
218+ digipin-swift-${TAG}.doccarchive.zip
219+
212220 # -------------------------------------------------
213221 # Generate DocC (static, latest only)
214222 # -------------------------------------------------
@@ -285,14 +293,6 @@ jobs:
285293
286294 git push origin gh-pages
287295
288- - name : Upload release assets
289- env :
290- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
291- run : |
292- gh release upload "$TAG" \
293- digipin-swift-${TAG}-spm-sbom.json \
294- digipin-swift-${TAG}.doccarchive.zip
295-
296296 - name : Publish GitHub release
297297 if : env.TEST_MODE != 'true'
298298 env :
You can’t perform that action at this time.
0 commit comments