Skip to content

Commit

Permalink
Update edge-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raulssorban authored Oct 5, 2023
1 parent fb39f05 commit 00602eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/edge-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "clock=$(date +'%H:%M:%S')" >> $GITHUB_OUTPUT
echo "tag=$(date +'%Yd%j')" >> $GITHUB_OUTPUT
echo "ref=$(git rev-parse --short HEAD)" >> $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 00602eb

Please sign in to comment.