File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments