Skip to content

Bump actions/upload-artifact from 4.1.0 to 4.2.0 #135

Bump actions/upload-artifact from 4.1.0 to 4.2.0

Bump actions/upload-artifact from 4.1.0 to 4.2.0 #135

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: windows-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/[email protected]
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: 8.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build
- name: Publish
run: dotnet publish -c Release
working-directory: ./SubRenamer
- name: Upload Build Artifact
uses: actions/[email protected]
with:
name: SubRenamer
path: ./SubRenamer/bin/Release/net8.0-windows/publish