Skip to content

comment out cmake to reduce time #12

comment out cmake to reduce time

comment out cmake to reduce time #12

Workflow file for this run

name: Build & Release
on:
push:
branches:
- main
jobs:
build:
name: Build Project
runs-on: windows-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
# - name: Use CMake Action
# uses: threeal/[email protected]
# with:
# generator: MinGW Makefiles
# run-build: true
- name: Zip Binaries
uses: vimtor/[email protected]
with:
files: bin
dest: executable.zip
- name: Check Artifact
uses: actions/[email protected]
with:
path: ${{ github.workspace }}/executable.zip
- name: Release
uses: softprops/[email protected]
with:
files: executable.zip