File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed
Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -28,29 +28,10 @@ jobs:
2828 - name : Build
2929 run : make compile-with-docker-all # they are all in is bin/aws-lambda-rie*
3030 - 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
3332 with :
33+ tag_name : tag_nameee
3434 files : |
3535 bin/aws-lambda-rie
3636 bin/aws-lambda-rie-arm64
3737 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