Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubrak committed Oct 25, 2023
1 parent e81db4f commit 73b5042
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 73b5042

Please sign in to comment.