Skip to content

Commit 1707bdd

Browse files
committed
fix workflows
1 parent 2ebf3c3 commit 1707bdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010

1111
build:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v4
1515

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v4
1313

@@ -43,7 +43,7 @@ jobs:
4343
cp cortex-tenant .debpkg/usr/sbin
4444
cp deploy/cortex-tenant.deb.service .debpkg/etc/systemd/system/cortex-tenant.service
4545
cp deploy/cortex-tenant.env .debpkg/etc/default/cortex-tenant
46-
cp deploy/after-install.sh .debpkg/DEBIAN/postinst
46+
cp deploy/after_install.sh .debpkg/DEBIAN/postinst
4747
chmod +x .debpkg/DEBIAN/postinst
4848
4949
- name: Create RPM package root

0 commit comments

Comments
 (0)