We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d93e66 commit 1b38c75Copy full SHA for 1b38c75
1 file changed
.github/workflows/build.yml
@@ -164,25 +164,3 @@ jobs:
164
name: bny-macos-arm64
165
path: release
166
if-no-files-found: error
167
-
168
- release:
169
- needs: [build-windows-x64, build-linux-x64, build-linux-arm64, build-macos-arm64]
170
- runs-on: ubuntu-latest
171
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
172
- name: Create Release
173
- steps:
174
- - name: Download all artifacts
175
- uses: actions/download-artifact@v4
176
- with:
177
- path: artifacts
178
179
- - name: Display structure of downloaded files
180
- run: ls -R artifacts
181
182
- - name: Create Release
183
- uses: softprops/action-gh-release@v1
184
185
- files: artifacts/**/*
186
- draft: true
187
- env:
188
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments