Skip to content

Added readme.txt to release folder. #7

Added readme.txt to release folder.

Added readme.txt to release folder. #7

Workflow file for this run

name: CMake
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- name: Get Submodules
run: git submodule update --init
- name: Configure CMake
run: cmake ${{github.workspace}}
- name: Build
run: cmake --build ${{github.workspace}} --config ${{env.BUILD_TYPE}}
- name: Make Artifacts
uses: actions/upload-artifact@v3
with:
name: build
path: mods/SnolfMania