Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivegamestudio authored Aug 28, 2024
1 parent 628792f commit e541ab2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: .NET

on:
push:
branches: [ "main", "develop" ]
pull_request:
branches: [ "main", "develop" ]

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

Expand Down Expand Up @@ -42,3 +42,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 e541ab2

Please sign in to comment.