mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-21 23:08:02 +00:00
Linux support, updated documentation
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [windows-2022, macos-12]
|
||||
platform: [windows-2022, macos-12, ubuntu-22.04]
|
||||
go-version: [1.18]
|
||||
node-version: [16]
|
||||
|
||||
@ -45,6 +45,11 @@ jobs:
|
||||
- name: Build Rolens
|
||||
run: wails build
|
||||
|
||||
upload-artifact:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
|
||||
steps:
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Reference in New Issue
Block a user