Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
5b2423e03f
commit
c97b8bb435
1 changed files with 0 additions and 2 deletions
|
|
@ -7,13 +7,11 @@ jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All good!
|
|
||||||
- run: apt-get update && apt-get install -y make
|
- run: apt-get update && apt-get install -y make
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.21"
|
go-version: "1.21"
|
||||||
- run: ls -la
|
|
||||||
- run: make build_password
|
- run: make build_password
|
||||||
- run: bash ./scripts/publish_packages.sh "./bin"
|
- run: bash ./scripts/publish_packages.sh "./bin"
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue