Skip to content

Commit 8e34077

Browse files
committed
Delete temp debug stuff for fix in #1532
1 parent a534361 commit 8e34077

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/release-builds.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ on:
22
push:
33
tags:
44
- v*
5-
- w*
65
pull_request: # Build windows exe and docs, but not release anything
76

87
jobs:
@@ -76,21 +75,3 @@ jobs:
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

0 commit comments

Comments
 (0)