Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/bigbang1112/gbx-net into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Aug 20, 2024
2 parents 207c1dc + 6a52db2 commit 27587ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Build
run: |
cd Src/GBX.NET
dotnet build -c Release --no-restore /p:ContinuousIntegrationBuild=true --version-suffix nightly.$(date +'%Y%m%d').${GITHUB_SHA::7}
git_hash=$(git rev-parse HEAD)
dotnet build -c Release --no-restore /p:ContinuousIntegrationBuild=true --version-suffix nightly.$(date +'%Y%m%d').${git_hash::7}
- name: Publish nightly ${{ matrix.lib }} nupkg to github.com
run: dotnet nuget push Src/GBX.NET/bin/Release/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/bigbang1112/index.json --skip-duplicate

0 comments on commit 27587ca

Please sign in to comment.