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

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
xfnty committed Jun 28, 2023
1 parent 4232b53 commit 3ec3007
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
run: sudo apt install -y build-essential git cmake libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev

- name: Configuring CMake
run: python toolchain.py -c --target Release
run: python toolchain.py -c

- name: Building
run: python toolchain.py -b --target Release
run: python toolchain.py -b

- name: Zip linux artifact
run: zip -r flappybird-linux ./build/release
Expand All @@ -73,10 +73,10 @@ jobs:
python-version: "3.10"

- name: Configuring CMake
run: python toolchain.py -c --target Release
run: python toolchain.py -c

- name: Building
run: python toolchain.py -b --target Release
run: python toolchain.py -b

- name: Zip macos artifact
run: zip -r flappybird-macos ./build/release
Expand All @@ -99,10 +99,10 @@ jobs:
python-version: "3.10"

- name: Configure
run: python toolchain.py -c --target Release
run: python toolchain.py -c

- name: Build
run: python toolchain.py -b --target Release
run: python toolchain.py -b

- name: Zip windows artifact
run: powershell Compress-Archive build flappybird-windows.zip
Expand Down

0 comments on commit 3ec3007

Please sign in to comment.