Skip to content

Commit

Permalink
ci: nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Mar 24, 2024
1 parent b79484f commit 67d763d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Publish NuGet Package
on:
push:
branches: ["main"]
tags:
- 'v*.*.*'

jobs:
Stable-Build:
Expand Down Expand Up @@ -39,5 +37,5 @@ jobs:
- uses: actions/upload-artifact@v3
name: Upload Artifact
with:
name: artifact.zip
name: nightly
path: Konata.Codec/bin/Release/Konata.Codec*.nupkg

0 comments on commit 67d763d

Please sign in to comment.