|
41 | 41 | - name: Get version |
42 | 42 | id: get_version |
43 | 43 | run: >- |
44 | | - poetry version |
| 44 | + poetry version --short | sed 's/^/::set-output name=version::/' |
45 | 45 |
|
46 | 46 | - name: Create GitHub release |
47 | 47 | uses: actions/create-release@v1 |
@@ -152,31 +152,31 @@ jobs: |
152 | 152 | asset_name: readme.txt |
153 | 153 | asset_content_type: text/plain |
154 | 154 |
|
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 }} |
163 | 163 |
|
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" |
168 | 168 |
|
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 |
173 | 173 |
|
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