Skip to content

Commit

Permalink
feature: add build and release workflow for automated binary compilat…
Browse files Browse the repository at this point in the history
…ion and github releases
  • Loading branch information
isakruas committed Oct 26, 2024
1 parent 47da820 commit 5fdf644
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5fdf644

Please sign in to comment.