ci(basic): rendre fichier binaire exécutable
Some checks failed
/ build (push) Successful in 1m44s
/ help (push) Failing after 9s

This commit is contained in:
Victor Lacasse-Beaudoin 2025-07-11 20:29:57 -04:00
parent 243bae038e
commit 4725964bd2

View file

@ -13,6 +13,7 @@ jobs:
with:
go-version: '1.24.5'
- run: go build -a -o agecem-org ./cmd/agecemorg/
- run: chmod +x agecem-org
- uses: actions/upload-artifact@v3
with:
name: executable
@ -24,6 +25,5 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: executable
- run: ls -al
- run: mv agecem-org /usr/bin/agecem-org
- run: agecem-org help