Skip to content

Auto stash before patch apply of "Updated the app" #3

Auto stash before patch apply of "Updated the app"

Auto stash before patch apply of "Updated the app" #3

Workflow file for this run

name: Check-Build
on: [push]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
dotnet-version: ['7.0.x' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Restore and build (publish)
run: dotnet publish --configuration Release /p:PublishProfile=Caramel\Properties\PublishProfiles\FolderProfile.pubxml
- name: Pack published files
run: |
cd Caramel/bin/Release/net7.0/win10-x64/publish
7z a plugin_Caramel.zip *
- name: Upload plugin artifact
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "plugin_Caramel Build Artifact"
files: |
./Caramel/bin/Release/net7.0/win10-x64/publish/plugin_Caramel.zip
./external/manifest.json