Skip to content

Commit 7415f4b

Browse files
committed
no move tarball
1 parent 067975c commit 7415f4b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
package_name: mackerel-check-plugins
2626
version_go_file_path: mackerel-check.go
2727

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-
3328
- uses: mackerelio/mackerel-create-release-pull-request-action@main
3429
with:
3530
github_token: ${{ secrets.MACKERELBOT_GITHUB_TOKEN }}

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,15 @@ deb-v2-x86:
8181
git clean -f -d ./packaging
8282
make build/mackerel-check GOOS=linux GOARCH=amd64
8383
cp build/mackerel-check packaging/deb-v2/debian/
84+
cp -f packaging/dummy-empty.tar.gz packaging/mackerel-check-plugins_${VERSION}.orig.tar.gz
8485
cd packaging/deb-v2 && debuild --no-tgz-check -rfakeroot -uc -us
8586

8687
.PHONY: deb-v2-arm
8788
deb-v2-arm:
8889
git clean -f -d ./packaging
8990
make build/mackerel-check GOOS=linux GOARCH=arm64
9091
cp build/mackerel-check packaging/deb-v2/debian/
92+
cp -f packaging/dummy-empty.tar.gz packaging/mackerel-check-plugins_${VERSION}.orig.tar.gz
9193
cd packaging/deb-v2 && debuild --no-tgz-check -rfakeroot -uc -us -aarm64
9294

9395
.PHONY: clean
File renamed without changes.

0 commit comments

Comments
 (0)