Skip to content

Commit

Permalink
Merge pull request #2 from olivegamestudio/olivegamestudio-patch-1
Browse files Browse the repository at this point in the history
Update dotnet.yml
  • Loading branch information
olivegamestudio authored Aug 28, 2024
2 parents 628792f + 8825cb0 commit a9460c9
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ name: .NET

on:
push:
branches: [ "main", "develop" ]
branches:
- main
- support/*
pull_request:
branches: [ "main", "develop" ]

branches:
- main
- support/*
jobs:
build:

Expand Down Expand Up @@ -42,3 +45,10 @@ jobs:
dotnet nuget push '**/*.nupkg' -k ${NUGET} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
env:
NUGET: ${{ secrets.NUGET }}

- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: artifacts
path: |
**/*.nupkg

0 comments on commit a9460c9

Please sign in to comment.