Skip to content

Commit f5febc5

Browse files
committed
comment out windows build for next release, we've been deleting it out of the releases anyway
1 parent c3dcafb commit f5febc5

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/release.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -152,31 +152,31 @@ jobs:
152152
asset_name: readme.txt
153153
asset_content_type: text/plain
154154

155-
build-and-publish-windows:
156-
runs-on: windows-latest
157-
needs: release_create
158-
steps:
159-
- name: Checkout
160-
uses: actions/checkout@v4
161-
with:
162-
ref: ${{ needs.release_create.outputs.new_sha }}
155+
# build-and-publish-windows:
156+
# runs-on: windows-latest
157+
# needs: release_create
158+
# steps:
159+
# - name: Checkout
160+
# uses: actions/checkout@v4
161+
# with:
162+
# ref: ${{ needs.release_create.outputs.new_sha }}
163163

164-
- name: Set up Python 3.9
165-
uses: actions/setup-python@v5
166-
with:
167-
python-version: "3.9"
164+
# - name: Set up Python 3.9
165+
# uses: actions/setup-python@v5
166+
# with:
167+
# python-version: "3.9"
168168

169-
- name: Build
170-
run: |
171-
pip install poetry
172-
bin/build-bin.sh
169+
# - name: Build
170+
# run: |
171+
# pip install poetry
172+
# bin/build-bin.sh
173173

174-
- name: Add windows to release
175-
uses: actions/upload-release-asset@v1
176-
env:
177-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178-
with:
179-
upload_url: ${{ needs.release_create.outputs.upload_url }}
180-
asset_path: dist/meshtastic.exe
181-
asset_name: meshtastic_windows
182-
asset_content_type: application/zip
174+
# - name: Add windows to release
175+
# uses: actions/upload-release-asset@v1
176+
# env:
177+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178+
# with:
179+
# upload_url: ${{ needs.release_create.outputs.upload_url }}
180+
# asset_path: dist/meshtastic.exe
181+
# asset_name: meshtastic_windows
182+
# asset_content_type: application/zip

0 commit comments

Comments
 (0)