Skip to content

Commit a8e2467

Browse files
committed
Give up on automatic artifact upload for now
1 parent 58bc48c commit a8e2467

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Download artifacts
13-
id: download-artifact
14-
uses: dawidd6/action-download-artifact@v7
15-
with:
16-
workflow: build.yml
17-
pr: 89
18-
# commit: ${{ github.sha }}
19-
# branch: main
20-
event: release
21-
skip_unpack: true
22-
allow_forks: true # TODO: false
23-
2412
- uses: actions/checkout@v4
25-
2613
- name: Parse changelog
2714
uses: actions-ecosystem/action-regex-match@v2
2815
id: regex-match
@@ -33,17 +20,7 @@ jobs:
3320
${{ github.event.release.tag_name }}
3421
'\].*\n\n((.|\n)*)(?:## \[[0-9]+.[0-9]+.[0-9]+\])'
3522
flags: gm
36-
3723
- name: Set release body
3824
uses: softprops/action-gh-release@v2
3925
with:
4026
body: ${{ steps.regex-match.outputs.group1 }}
41-
42-
- name: Upload release artifacts
43-
uses: shogo82148/actions-upload-release-asset@v1
44-
with:
45-
upload_url: ${{ github.event.release.upload_url }}
46-
asset_path: |
47-
linux.zip
48-
macos.zip
49-
windows.zip

0 commit comments

Comments
 (0)