switch order

This commit is contained in:
Half-Shot 2025-03-03 10:04:10 +00:00
parent 46e81cd8f8
commit 7c17bdcafe

View File

@ -119,8 +119,8 @@ jobs:
mv config.json old-config.json mv config.json old-config.json
echo ${{ inputs.extra_config }} | jq -s '.[0] * .[1]' old-config.json - > config.json echo ${{ inputs.extra_config }} | jq -s '.[0] * .[1]' old-config.json - > config.json
rm old-config.json rm old-config.json
rm webapp.asar
cd .. cd ..
rm webapp.asar
yarn asar pack config-edit/ webpack.asar yarn asar pack config-edit/ webpack.asar
- name: Set up sqlcipher macros - name: Set up sqlcipher macros