Skip to content

Commit

Permalink
Merge pull request #84 from Monitor144hz/main
Browse files Browse the repository at this point in the history
Update release_stable_sse.yaml
  • Loading branch information
Monitor221hz authored Feb 2, 2024
2 parents 656ab57 + 9c0730b commit f67e7a8
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/release_stable_sse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: release_stable_sse
on:
push:
tags:
- "v*.*.*"
branches: ["stable-sse"]
- 'v*.*.*'

env:
build-mode: Release # Release | Debug
Expand Down Expand Up @@ -47,9 +46,22 @@ jobs:
- name: Build
run: dotnet build "./PandoraPlus.sln" --configuration ${{ env.build-mode }}

- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:
name: Pandora.Behaviour.Engine
path: |
./PandoraPlus/bin/${{ env.build-mode }}/net7.0-windows
- name: Download
uses: actions/download-artifact@v4
with:
name: Pandora.Behaviour.Engine


- name: Upload Release
uses: softprops/[email protected]
with:
files: ./PandoraPlus/bin/${{ env.build-mode }}/net7.0-windows
files: Pandora.Behaviour.Engine.zip

0 comments on commit f67e7a8

Please sign in to comment.