File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 93
93
architecture : ${{ matrix.arch }}
94
94
- name : Setup Ant
95
95
uses : cedx/setup-ant@v3
96
- - name : Write to todo.txt
96
+ - name : Write build_number and revision to todo.txt and Base.java
97
97
run : |
98
98
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
99
100
- name : Install Certificates for Code Signing
100
101
if : ${{ matrix.os_prefix == 'macos' }}
101
102
uses : apple-actions/import-codesign-certs@v3
You can’t perform that action at this time.
0 commit comments