This commit is contained in:
Fankesyooni
2022-02-14 02:33:38 +08:00
committed by GitHub
parent 8bc4978403
commit 4ba70a0dc3

View File

@@ -4,10 +4,7 @@ on:
types: [created]
jobs:
publish:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2