4
0
mirror of https://github.com/AltarikMC/Launcher synced 2025-12-14 11:52:27 +00:00

Merge pull request #290 from AltarikMC/dev

Fix runner labels
This commit is contained in:
2023-08-29 19:15:04 +04:00
committed by GitHub

View File

@@ -8,8 +8,11 @@ on:
branches: [ "master" ] branches: [ "master" ]
jobs: jobs:
build: publish:
runs-on: [ ubuntu-latest, windows-latest ] strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Use Node.js 18.x - name: Use Node.js 18.x