mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-24 18:56:01 +10:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d3d616574 | |||
| 93d0da3496 |
6
.github/workflows/build-all.yml
vendored
6
.github/workflows/build-all.yml
vendored
@@ -23,6 +23,8 @@ jobs:
|
||||
|
||||
- name: Build Windows
|
||||
run: npm run dist:win
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Upload Windows artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
@@ -31,7 +33,7 @@ jobs:
|
||||
path: release/*.exe
|
||||
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
@@ -46,6 +48,8 @@ jobs:
|
||||
|
||||
- name: Build Linux
|
||||
run: npm run dist:linux
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Upload Linux artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user