Skip to content

Bump black from 23.3.0 to 24.3.0 in /src/simulacrum-cloud-diagrams #88

Bump black from 23.3.0 to 24.3.0 in /src/simulacrum-cloud-diagrams

Bump black from 23.3.0 to 24.3.0 in /src/simulacrum-cloud-diagrams #88

Workflow file for this run

# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActionsWithExtraSteps (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_build-plugin --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: build-plugin
on: [push, pull_request]
jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
with:
path: |
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
- name: 'Run: vcpkg integrate install'
run: vcpkg integrate install
- name: 'Run: vcpkg install ffmpeg[all] --triplet x64-windows'
run: vcpkg install ffmpeg[all] --triplet x64-windows
- name: 'Run: Compile'
run: ./build.cmd Compile
- name: 'Using: actions/upload-artifact@v3'
uses: actions/upload-artifact@v3
with:
path: src/simulacrum-dalamud-plugin/bin/Release/net7.0-windows/Simulacrum/*
if-no-files-found: error