From 5fdf644c54ffef7b628643b774fd1a64c725a1cd Mon Sep 17 00:00:00 2001 From: Isak Ruas Date: Sat, 26 Oct 2024 16:31:22 -0300 Subject: [PATCH] feature: add build and release workflow for automated binary compilation and github releases --- .github/workflows/build-and-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 9840332..42a79bb 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -23,9 +23,11 @@ jobs: env: PROJECT_NAME: ecutils CODEVERSION: ${{ github.ref_name }} # Get the version from the tag - BUILDDATE: $(date -u +'%Y-%m-%dT%H:%M:%SZ') CODEBUILDREVISION: ${{ github.sha }} run: | + # Define the build date + BUILDDATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') + PKG="$PROJECT_NAME" TARGETS=( "linux/386"