Skip to content

Commit c4515c4

Browse files
author
Pat Hickey
committed
delete release build step; going to have to manage that differently
1 parent b256233 commit c4515c4

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -44,39 +44,3 @@ jobs:
4444
with:
4545
name: ${{ format( 'packages-{0}.tgz', matrix.os) }}
4646
path: dist
47-
48-
49-
release:
50-
name: Release
51-
needs: build
52-
if: startsWith( 'TEST-wasi-sdk-', github.ref)
53-
runs-on: ubuntu-latest
54-
steps:
55-
- name: Create release
56-
id: create_release
57-
uses: actions/create-release@v1.0.0
58-
env:
59-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60-
with:
61-
tag_name: ${{ github.ref }}
62-
release_name: Release ${{ github.ref }}
63-
draft: false
64-
prerelease: false
65-
- name: Download Linux build artifact
66-
uses: actions/download-artifact@v1
67-
with:
68-
name: packages-ubuntu-latest
69-
- name: Download Mac build artifact
70-
uses: actions/download-artifact@v1
71-
with:
72-
name: packages-macos-latest
73-
- name: Upload release assets
74-
uses: actions/upload-release-asset@v1.0.1
75-
env:
76-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77-
with:
78-
upload_url: ${{ steps.create_release.outputs.upload_url }}
79-
asset_path: ./packages-ubuntu-latest.tgz
80-
81-
82-

0 commit comments

Comments
 (0)