Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dohg678 <[email protected]>
  • Loading branch information
Abyz08 authored Jun 6, 2024
1 parent 951c395 commit 263698b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,19 @@ jobs:
- run: pip install -r Requirements.txt pyinstaller
- run: pyinstaller game.py
# Optionally verify that it works (provided that it does not need user interaction)
- uses: actions/upload-artifact@v4

- if: runner.os == 'Windows'
- uses: actions/upload-artifact@v4
with:
name: Sillygame-Windows
path: dist/*
- if: runner.os == 'macOS'
uses: actions/upload-artifact@v4
with:
name: Sillygame-Macos
path: dist/*
- if: runner.os == 'Linux'
uses: actions/upload-artifact@v4
with:
name: Sillygame-Linux
path: dist/*

0 comments on commit 263698b

Please sign in to comment.