Skip to content

Commit

Permalink
Update build_orca.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
J-DRD authored Dec 21, 2023
1 parent c4b6cdc commit daa4f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: matrix.os != 'windows-latest'
id: get-version-unix
run: |
ver=$(grep 'set(SoftFever_VERSION' version.inc | cut -d '"' -f2)
ver=1.0 #$(grep 'set(SoftFever_VERSION' version.inc | cut -d '"' -f2)
echo "ver=$ver" >> $GITHUB_ENV
echo "date=$(date +'%Y%m%d')" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit daa4f55

Please sign in to comment.