Skip to content

Commit

Permalink
Update build-all.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreeDeeJay authored Sep 13, 2024
1 parent 4a15829 commit aa810e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,9 @@ jobs:
echo "DSOALCommitHashShort=$(git rev-parse --short=8 HEAD)" >> $env:GITHUB_ENV
echo "DSOALCommitTitle=$(git show --pretty=format:%s -s HEAD)" >> $env:GITHUB_ENV #escape everything 's/./\\&/g' WIP: | tr -d \'\\\\'\' \'\\\\'\'
echo "DSOALCommitDateTimeZone=$(git show -s --date=iso-local --format=%cd)" >> $env:GITHUB_ENV
echo "DSOALCommitDate=$(git show -s --date =iso-local --date=format:'%Y-%m-%d' --format=%cd)" >> $env:GITHUB_ENV
echo "DSOALCommitDate=$(git show -s --date=iso-local --date=format:'%Y-%m-%d' --format=%cd)" >> $env:GITHUB_ENV
echo "DSOALCommitCount=$(git rev-list --count HEAD)" >> $env:GITHUB_ENV
echo "DateTimeZone=$(date)" >> $env:GITHUB_ENV
date
date +'%Y-%m-%d'
echo "DateTimeZone=$(date +"%Y-%m-%d %H:%M:%S %z")" >> $env:GITHUB_ENV
- name: Clone OpenAL Soft
run: |
Expand Down

0 comments on commit aa810e1

Please sign in to comment.