Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
enisgurkann committed Jan 4, 2022
2 parents 4f63580 + 1dbd87c commit 615bfc8
Show file tree
Hide file tree
Showing 3 changed files with 675 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Test
run: dotnet test ./EnLock.sln
- name: Pack
run: dotnet pack -c Release --no-build -o ./packages
run: dotnet pack -c Release --no-build -p:PackageVersion=1.0.${{ github.run_number }} -o ./packages
- name: Push
run: dotnet nuget push ./packages/EnLock.*.nupkg --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}} --source https://api.nuget.org/v3/index.json
Binary file added ENLOCK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 615bfc8

Please sign in to comment.