Skip to content

Commit

Permalink
Update rust-aux01-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raulssorban authored Oct 5, 2023
1 parent f0a55f1 commit b0b77ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-aux01-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "tag=$(date +'%Yd%j')" >> $GITHUB_OUTPUT
echo "ref=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "wipe=$( [ $(date +%u) -eq 4 ] && [ $(date +%d) -le 7 ] && echo true || echo false )" >> $GITHUB_OUTPUT
echo "version=$(date +'0.%Y.%q%j.%M%S')" >> $GITHUB_OUTPUT
echo "version=$(date +'1.%Y.%q%j.%M%S')" >> $GITHUB_OUTPUT
# BUILD LINUX ----------------------------------------------------------------
build-linux:
Expand Down

0 comments on commit b0b77ec

Please sign in to comment.