Skip to content

Commit

Permalink
Merge pull request #83 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 6e6b526 + 9b44743 commit 656ab57
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release_stable_sse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: release_stable_sse

on:
push:
branches: ["stable-sse"]
pull_request:
tags:
- "v*.*.*"
branches: ["stable-sse"]

env:
Expand Down Expand Up @@ -48,16 +48,8 @@ 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: Upload Release
uses: softprops/[email protected]
if: ${{startsWith(github.ref, 'refs/tags/') }}
with:
files: ./PandoraPlus/bin/${{ env.build-mode }}/net7.0-windows

0 comments on commit 656ab57

Please sign in to comment.