File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5454 BUILD_VERSION : ${{ github.ref_name }}
5555 GORELEASER_CURRENT_TAG : " 0.0.0"
5656
57- - name : Archive Artifacts
57+ - name : Archive Artifacts 🗄️
5858 uses : actions/upload-artifact@v4
5959 with :
6060 name : handler-${{ github.ref_name }}
6666 env :
6767 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6868 with :
69+ fail_on_unmatched_files : true
70+ name : handler-${{ github.ref_name }}
6971 files : |
7072 ./runtimes/cloudformation/dist/*
71- name : ${{ github.ref_name }}
73+ ./runtimes/cloudformation/dist/handler/*
Original file line number Diff line number Diff line change 11version : 2
22
3- project_name : launcher
3+ project_name : handler
44
55archives :
6- - id : launcher
6+ - id : handler
77 formats : ["binary"]
88
99builds :
@@ -29,7 +29,7 @@ builds:
2929
3030 - id : fips
3131 no_unique_dist_dir : true
32- binary : handler-fips /handler-{{ .Os }}-{{ .Arch }}
32+ binary : handler/handler-fips -{{ .Os }}-{{ .Arch }}
3333 main : ./cmd/handler
3434 goos :
3535 - linux
You can’t perform that action at this time.
0 commit comments