File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 22 push :
33 tags :
44 - v*
5- - w*
65 pull_request : # Build windows exe and docs, but not release anything
76
87jobs :
7675 asset_path : PorcupineSetup_${{ steps.get_version.outputs.version-without-v }}.exe
7776 asset_name : PorcupineSetup_${{ steps.get_version.outputs.version-without-v }}.exe
7877 asset_content_type : application/vnd.microsoft.portable-executable
79-
80- releasew :
81- runs-on : ubuntu-latest
82- # https://stackoverflow.com/a/58478262
83- # needs: [windows-build, docs, changelog]
84- needs : [windows-build, changelog]
85- if : startsWith(github.ref, 'refs/tags/w')
86- steps :
87- - uses : actions/download-artifact@v4
88- with :
89- name : windows-exe
90- - uses : actions/download-artifact@v4
91- with :
92- name : changelog
93- - id : get_version
94- # refs/tags/v2026.02.16 --> 2026.02.16
95- run : echo "version-without-v=${GITHUB_REF#refs/tags/w}" >> $GITHUB_OUTPUT
96- - run : echo PorcupineSetup_${{ steps.get_version.outputs.version-without-v }}.exe
You can’t perform that action at this time.
0 commit comments