Skip to content

Commit 1b38c75

Browse files
committed
Update build.yml
1 parent 3d93e66 commit 1b38c75

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -164,25 +164,3 @@ jobs:
164164
name: bny-macos-arm64
165165
path: release
166166
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-
with:
185-
files: artifacts/**/*
186-
draft: true
187-
env:
188-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)