chore(scripts): namespace "chore:update-build-info"

This commit is contained in:
Panagiotis Papadopoulos
2025-02-14 08:38:18 +01:00
parent d2e8f946a0
commit 47002aa95a
5 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ runs:
run: sed -e "s/case 'armv7l'/case 'arm64'/g" -e "s/return 'arm'/return 'aarch64'/g" -i node_modules/@electron-forge/maker-flatpak/dist/MakerFlatpak.js
- name: Update build info
shell: bash
run: npm run update-build-info
run: npm run chore:update-build-info
- name: Run electron-forge
shell: bash
run: npm run make-electron -- --arch=${{ inputs.arch }}

View File

@@ -18,7 +18,7 @@ runs:
MATRIX_ARCH: ${{ inputs.arch }}
shell: bash
run: |
npm run update-build-info
npm run chore:update-build-info
./bin/build-server.sh
- name: Prepare artifacts
shell: bash