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