Skip to content

Commit

Permalink
Update auto-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Jan 21, 2025
1 parent bffa2e1 commit 2f1aed5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
run: |
### Building nightly...
echo "${{ github.sha }}"
git rev-parse --short HEAD
git rev-parse --short main
git log -n 1 --pretty='format:%H' HEAD
git log -n 1 --pretty='format:%H' main
git log -n 1 --pretty='format:%H'
BUILD_TYPE='oss' '${{ github.workspace }}/build.sh'
- name: "ZIP info"
run: |
Expand Down

0 comments on commit 2f1aed5

Please sign in to comment.