File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1818 zip lambda.zip rolling-restart.py
1919 ls
2020
21- - name : upload artifact
21+ - name : upload zip artifact
2222 uses : actions/upload-artifact@v2
2323 with :
2424 name : lambda.zip
2828 - name : get checksum
2929 run : cat lambda.zip | openssl dgst -binary -sha256 | base64 > lambda.sha256sum.base64
3030
31+ - name : upload shasum artifact
32+ uses : actions/upload-artifact@v2
33+ with :
34+ name : lambda.sha256sum.base64
35+ path : ${{ github.workspace }}/lambda.zip
36+ if-no-files-found : error
37+
3138 - name : Upload zip
3239 id : upload-zip
3340 uses : actions/upload-release-asset@v1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ locals {
1111}
1212
1313variable "lambda_version_constraint" {
14- default = " ~1.0.1-rc7 "
14+ default = " ~1.0.1-rc9 "
1515 description = " NPM style version constraint to apply when looking for the correct version of the lambda code"
1616 type = string
1717}
You can’t perform that action at this time.
0 commit comments