Skip to content

Commit

Permalink
WIP: commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Dec 22, 2023
1 parent 73c57ff commit 5694ebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/develop-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
fi
- name: Write git hash include
run: |
echo "#define ALPHA_COMMIT_HASH \"$(git show-ref --hash --abbrev HEAD)\"" > Monal/Classes/commitHash.h
git show-ref --hash --abbrev refs/heads/develop;
echo "#define ALPHA_COMMIT_HASH \"$(git show-ref --hash --abbrev refs/heads/develop)\"" > Monal/Classes/commitHash.h
- name: Make our build scripts executable
run: chmod +x ./scripts/build.sh
- name: Run build
Expand Down

0 comments on commit 5694ebb

Please sign in to comment.