should work now (gh actions)
This commit is contained in:
14
.github/workflows/buildapp.yml
vendored
14
.github/workflows/buildapp.yml
vendored
@@ -32,9 +32,15 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Compile (For linux)
|
- name: Build (x64)
|
||||||
id: build_package
|
id: build_package
|
||||||
run: npm run build
|
run: npm run build -- --arch x64
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Build (arm64)
|
||||||
|
id: build_package
|
||||||
|
run: npm run build -- --arch arm64
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
@@ -52,6 +58,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: stable
|
tag_name: "v${{ steps.npmv.outputs.version }}"
|
||||||
name: bsky-desktop build
|
name: "bsky-desktop v${{ steps.npmv.outputs.version }}"
|
||||||
files: dist/bskyDesktop-*
|
files: dist/bskyDesktop-*
|
Reference in New Issue
Block a user