Skip to content

Commit

Permalink
Merge branch 'main' into refactor/liblogger-vlogf-vstring-function
Browse files Browse the repository at this point in the history
  • Loading branch information
hparzych authored Oct 26, 2023
2 parents 7f258b0 + 73b5042 commit 28b5014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/set-environment-variables/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
fi
printf "PROJECT_VERSION=%s\n" "${newestVersion}" >> $GITHUB_ENV
newestVersionWithTimestamp="${newestVersion}"-"$(date +%Y%m%d_%H%M%S)"
newestVersionWithTimestamp="${newestVersion}"."$(date +%Y%m%d-%H%M%S)"
printf "ARTIFACT_VERSION=%s\n" "${newestVersionWithTimestamp}" >> $GITHUB_ENV
printf "RELEASE_PATH=%s\n" "${{ github.workspace }}/build/Release" >> $GITHUB_ENV
Expand Down

0 comments on commit 28b5014

Please sign in to comment.