We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebf3c3 commit 1707bddCopy full SHA for 1707bdd
.github/workflows/go.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
11
build:
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
13
steps:
14
- uses: actions/checkout@v4
15
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
@@ -43,7 +43,7 @@ jobs:
43
cp cortex-tenant .debpkg/usr/sbin
44
cp deploy/cortex-tenant.deb.service .debpkg/etc/systemd/system/cortex-tenant.service
45
cp deploy/cortex-tenant.env .debpkg/etc/default/cortex-tenant
46
- cp deploy/after-install.sh .debpkg/DEBIAN/postinst
+ cp deploy/after_install.sh .debpkg/DEBIAN/postinst
47
chmod +x .debpkg/DEBIAN/postinst
48
49
- name: Create RPM package root
0 commit comments