File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 52
52
name : Build new version and check
53
53
id : check-new-version
54
54
run : |
55
+ mkdir ./bin2
56
+ mv ./bin/* ./bin2
55
57
make compile-with-docker-all
56
- latest_version=$(strings bin/aws-lambda-rie* | grep '^go1\.' | uniq)
58
+ latest_version=$(strings bin/aws-lambda-rie* | grep '^go1\.' | sort | uniq)
57
59
echo "latest_version=$latest_version"
58
60
make check-binaries
59
61
- if : always()
@@ -71,12 +73,13 @@ jobs:
71
73
echo "OUTCOME=${{ steps.check-new-version.outcome }}"
72
74
echo "latest-version: ${{ steps.check-new-version.outputs.latest_version }}"
73
75
echo "REPORT=[${{ steps.save-output.outputs.report_contents }}"
74
- - name : Second step
76
+ - if : always()
77
+ name : Second step
75
78
id : second-step
76
79
run : |
77
80
echo "Echo echo echo **${{ steps.check-new-version.outputs.fixed }}**"
78
-
79
- # - name: Create Issue
81
+ # - if: always()
82
+ # name: Create Issue
80
83
# id: create-issue
81
84
# uses: dacbd/create-issue-action@main
82
85
# with:
You can’t perform that action at this time.
0 commit comments