File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9393 architecture : ${{ matrix.arch }}
9494 - name : Setup Ant
9595 uses : cedx/setup-ant@v3
96- - name : Write to todo.txt
96+ - name : Write build_number and revision to todo.txt and Base.java
9797 run : |
9898 echo "${{ needs.version.outputs.build_number }} (${{ needs.version.outputs.version }})" > todo.txt
99+ perl -pi -e 's/static private final int REVISION = \d+;/static private final int REVISION = ${{ needs.version.outputs.build_number }};/g; s/static private String VERSION_NAME = "\d+";\s*\/\/\$NON-NLS-1\$/static private String VERSION_NAME = "${{ needs.version.outputs.build_number }}"; \/\/\$NON-NLS-1\$/g' app/src/processing/app/Base.java
99100 - name : Install Certificates for Code Signing
100101 if : ${{ matrix.os_prefix == 'macos' }}
101102 uses : apple-actions/import-codesign-certs@v3
You can’t perform that action at this time.
0 commit comments