g
Some checks failed
/ publish (push) Failing after 6m24s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-08-12 17:12:17 +02:00
commit c97b8bb435
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -7,13 +7,11 @@ jobs:
publish:
runs-on: docker
steps:
- run: echo All good!
- run: apt-get update && apt-get install -y make
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: ls -la
- run: make build_password
- run: bash ./scripts/publish_packages.sh "./bin"
env: