Skip to content

Update branding to 1.0.0-prerelease2 (#590) #66

Update branding to 1.0.0-prerelease2 (#590)

Update branding to 1.0.0-prerelease2 (#590) #66

name: CI - Component x64 (Windows)
on:
push:
branches:
- main
- release/1.*
paths:
- .github/workflows/component-win64.yml
- src/sampsharp-component/**
- external/**
- build.cmd
pull_request:
branches:
- main
- release/1.*
paths:
- .github/workflows/component-win64.yml
- src/sampsharp-component/**
- external/**
- build.cmd
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- name: Setup CMake
uses: lukka/get-cmake@latest
- name: Build component
run: .\build.cmd component publish
- name: Upload artifacts
uses: actions/upload-artifact@v7
with:
name: sampsharp-component-windows
path: build/artifacts/sampsharp-component/
if-no-files-found: error
retention-days: ${{ github.event_name == 'pull_request' && 14 || 90 }}