should work now (gh actions)
This commit is contained in:
4
.github/workflows/buildapp.yml
vendored
4
.github/workflows/buildapp.yml
vendored
@@ -33,13 +33,13 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Build (x64)
|
- name: Build (x64)
|
||||||
id: build_package
|
id: build_package_x64
|
||||||
run: npm run build -- --arch x64
|
run: npm run build -- --arch x64
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build (arm64)
|
- name: Build (arm64)
|
||||||
id: build_package
|
id: build_package_arm64
|
||||||
run: npm run build -- --arch arm64
|
run: npm run build -- --arch arm64
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user