Skip to content

Commit 46f0328

Browse files
committed
version info fix
1 parent 6ac7048 commit 46f0328

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,12 @@ jobs:
186186
run: |
187187
$VERSION_PROP_FILE = "version.properties"
188188
echo "">$VERSION_PROP_FILE
189-
echo "major=${{ needs.compute-version.outputs.verMajor }}">>$VERSION_PROP_FILE
190-
echo "minor=${{ needs.compute-version.outputs.verMinor }}">>$VERSION_PROP_FILE
191-
echo "release=${{ needs.compute-version.outputs.verRelease }}">>$VERSION_PROP_FILE
192-
echo "build=${{ needs.compute-version.outputs.verBuild }}">>$VERSION_PROP_FILE
193-
echo "revision=${{ needs.compute-version.outputs.verRevision }}">>$VERSION_PROP_FILE
194-
echo "debug=${{ needs.compute-version.outputs.verDebug }}">>$VERSION_PROP_FILE
189+
echo "major=${{ steps.vars.outputs.verMajor }}">>$VERSION_PROP_FILE
190+
echo "minor=${{ steps.vars.outputs.verMinor }}">>$VERSION_PROP_FILE
191+
echo "release=${{ steps.vars.outputs.verRelease }}">>$VERSION_PROP_FILE
192+
echo "build=${{ steps.vars.outputs.verBuild }}">>$VERSION_PROP_FILE
193+
echo "revision=${{ steps.vars.outputs.verRevision }}">>$VERSION_PROP_FILE
194+
echo "debug=${{ steps.vars.outputs.verDebug }}">>$VERSION_PROP_FILE
195195
196196
- name: Upload version.properties artifact
197197
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)