Skip to content

better default account stuff, epicovt support, offline mode and dry r… #1

better default account stuff, epicovt support, offline mode and dry r…

better default account stuff, epicovt support, offline mode and dry r… #1

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
jobs:
build:
strategy:
matrix:
rid: [win-x64, osx-arm64, linux-x64]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Build
run: dotnet build -c Release -r ${{ matrix.rid }}
- name: Publish
run: dotnet publish -c Release -r ${{ matrix.rid }} --no-build
- name: Upload
uses: actions/upload-artifact@v3
with:
name: EricLauncher-${{ matrix.rid }}
path: bin/Release/net7.0/${{ matrix.rid }}/publish/