File tree 1 file changed +2
-21
lines changed
1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -28,29 +28,10 @@ jobs:
28
28
- name : Build
29
29
run : make compile-with-docker-all # they are all in is bin/aws-lambda-rie*
30
30
- name : Release
31
- uses : softprops/action-gh-release@v2 # this triggers release if the assets are tagged with refs/tags
32
- # if: startsWith(github.ref, 'refs/tags/')
31
+ uses : softprops/action-gh-release@v2
33
32
with :
33
+ tag_name : tag_nameee
34
34
files : |
35
35
bin/aws-lambda-rie
36
36
bin/aws-lambda-rie-arm64
37
37
bin/aws-lambda-rie-x64
38
- # --------
39
- # Add a step to upload each binary asset
40
- # - name: Upload aws-lambda-rie
41
- # uses: actions/upload-artifact@v2
42
- # with:
43
- # name: aws-lambda-rie
44
- # path: /path/to/aws-lambda-rie
45
-
46
- # - name: Upload aws-lambda-rie-arm64
47
- # uses: actions/upload-artifact@v2
48
- # with:
49
- # name: aws-lambda-rie-arm64
50
- # path: /path/to/aws-lambda-rie-arm64
51
-
52
- # - name: Upload aws-lambda-rie-x64
53
- # uses: actions/upload-artifact@v2
54
- # with:
55
- # name: aws-lambda-rie-x64
56
- # path: /path/to/aws-lambda-rie-x64
You can’t perform that action at this time.
0 commit comments