~ruther/NosSmooth

498f338c9f46309788987d645531c837e4e35b9d — Rutherther 2 years ago e921d5f
ci: fix nightly pack
1 files changed, 2 insertions(+), 1 deletions(-)

M .github/workflows/build-test.yml
M .github/workflows/build-test.yml => .github/workflows/build-test.yml +2 -1
@@ 31,9 31,10 @@ jobs:

    - name: Pack app
      if: github.ref == 'refs/heads/main' && github.event_name == 'push'
      run: dotnet pack -c Release --no-restore --no-build --version-suffix "main$GITHUB_RUN_ID"
      run: dotnet pack -c Release --no-restore --version-suffix "main$GITHUB_RUN_ID" -o nuget

    - name: Publish NuGet on MyGet
      working-directory: nuget
      if: github.ref == 'refs/heads/main' && github.event_name == 'push'
      run: dotnet nuget push *.nupkg --skip-duplicate -k $MYGET_AUTH_TOKEN -s https://www.myget.org/F/nossmooth/api/v3/index.json
      env:

Do not follow this link