File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 25
25
package_name : mackerel-check-plugins
26
26
version_go_file_path : mackerel-check.go
27
27
28
- - run : |
29
- CURRENT=${{ steps.start.outputs.currentVersion }}
30
- NEXT=${{ steps.start.outputs.nextVersion }}
31
- mv packaging/mackerel-check-plugins_$CURRENT.orig.tar.gz packaging/mackerel-check-plugins_$NEXT.orig.tar.gz
32
-
33
28
- uses : mackerelio/mackerel-create-release-pull-request-action@main
34
29
with :
35
30
github_token : ${{ secrets.MACKERELBOT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -81,13 +81,15 @@ deb-v2-x86:
81
81
git clean -f -d ./packaging
82
82
make build/mackerel-check GOOS=linux GOARCH=amd64
83
83
cp build/mackerel-check packaging/deb-v2/debian/
84
+ cp -f packaging/dummy-empty.tar.gz packaging/mackerel-check-plugins_${VERSION} .orig.tar.gz
84
85
cd packaging/deb-v2 && debuild --no-tgz-check -rfakeroot -uc -us
85
86
86
87
.PHONY : deb-v2-arm
87
88
deb-v2-arm :
88
89
git clean -f -d ./packaging
89
90
make build/mackerel-check GOOS=linux GOARCH=arm64
90
91
cp build/mackerel-check packaging/deb-v2/debian/
92
+ cp -f packaging/dummy-empty.tar.gz packaging/mackerel-check-plugins_${VERSION} .orig.tar.gz
91
93
cd packaging/deb-v2 && debuild --no-tgz-check -rfakeroot -uc -us -aarm64
92
94
93
95
.PHONY : clean
File renamed without changes.
You can’t perform that action at this time.
0 commit comments