Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Sjöö committed Apr 28, 2024
1 parent f73455e commit 82f43c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Action to build and publish the project as a nuget package to github packa
on:
push:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -40,8 +40,8 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: nugetPackage
path: bin/Release/
path: bin/Release/*

release:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 82f43c0

Please sign in to comment.