Skip to content

Commit e916dc8

Browse files
authored
Merge pull request #425 from UffizziCloud/update-release-process
removed binaries from the release step
2 parents e30e50b + f8e34d3 commit e916dc8

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,10 @@ jobs:
2828
create_release:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- name: Download Linux Bin
32-
uses: actions/download-artifact@v3
33-
with:
34-
name: ${{ env.LINUX_BIN_PATH }}
35-
- name: Download Macos Bin
36-
uses: actions/download-artifact@v3
37-
with:
38-
name: ${{ env.DARWIN_BIN_PATH }}
3931
- name: Generate release notes
40-
uses: softprops/action-gh-release@v1
32+
uses: softprops/action-gh-release@v2
4133
with:
4234
token: ${{ secrets.GITHUB_TOKEN }}
4335
tag_name: ${{ env.RELEASE_VERSION }}
4436
name: ${{ env.RELEASE_VERSION }}
45-
files: |
46-
${{ github.workspace }}/${{ env.LINUX_BIN_PATH }}
47-
${{ github.workspace }}/${{ env.DARWIN_BIN_PATH }}
4837
generate_release_notes: true

0 commit comments

Comments
 (0)