Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
No need to build for Linux.
  • Loading branch information
Veha0001 authored Sep 15, 2024
1 parent f04b7d6 commit 87ef2f8
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ on:
branches: [ "main" ]

jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}

Build:
runs-on: windows-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand All @@ -28,11 +24,10 @@ jobs:
- name: Build App
run: |
pyinstaller --onefile ./patch_ga.py
shell: bash
shell: pwsh

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: JustAsPlanned
path: |
dist/*
path: dist/patch_ga.exe

0 comments on commit 87ef2f8

Please sign in to comment.