Skip to content

Commit f247523

Browse files
committed
update
1 parent e0d1403 commit f247523

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

-8
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Release
22

33
on:
44
push:
5-
branches:
6-
- main # The branch containing your code
75
tags:
86
- 'v*'
97

@@ -31,12 +29,6 @@ jobs:
3129
cd src
3230
make all VERSION=${{ steps.determine_version.outputs.VERSION }}
3331
34-
35-
- name: Upload Artifacts
36-
uses: actions/upload-artifact@v2
37-
with:
38-
path: src/bin/*
39-
4032
- name: Create Release
4133
if: startsWith(github.ref, 'refs/tags/')
4234
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)