mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-07 03:16:36 -06:00
Attempt windows builds
This commit is contained in:
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
@@ -5,6 +5,8 @@ permissions:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
paths-ignore:
|
||||
@@ -39,10 +41,10 @@ jobs:
|
||||
target: x86_64-apple-darwin
|
||||
- os: macos-latest
|
||||
target: aarch64-apple-darwin
|
||||
# - os: windows-latest
|
||||
# target: x86_64-pc-windows-msvc
|
||||
# - os: windows-latest
|
||||
# target: i686-pc-windows-msvc
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
- os: windows-latest
|
||||
target: aarch64-pc-windows-mscc
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: release-${{ matrix.target }}
|
||||
|
||||
Reference in New Issue
Block a user