1
0
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:
2023-06-02 17:23:39 +02:00
parent 1ed8ca371b
commit b18917ebb4
7 changed files with 63 additions and 44 deletions

View File

@ -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: