Skip to content

Commit

Permalink
Merge pull request #80 from SharpAdb/fix/autobuild
Browse files Browse the repository at this point in the history
Fix autobuild for organization
  • Loading branch information
yungd1plomat authored Nov 2, 2023
2 parents a435d1e + 4d2cdb8 commit 77ea6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Publish
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
run: dotnet nuget push ./nugets/*nupkg --source https://nuget.pkg.github.com/yungd1plomat/index.json --skip-duplicate --api-key ${{ secrets.NUGET_KEY }}
run: dotnet nuget push ./nugets/*nupkg --source https://nuget.pkg.github.com/SharpAdb/index.json --skip-duplicate --api-key ${{ secrets.NUGET_KEY }}

- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 77ea6d0

Please sign in to comment.