Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog authored Oct 12, 2020
1 parent a7d7277 commit 3ade61a
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,13 @@ jobs:
file: Synthesis.Bethesda.GUI/bin/Release/netcoreapp3.1/win-x64/publish/Synthesis.exe
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.release.tag_name }}
- name: Publish Mutagen Synthesis to Github
- name: Publish Synthesis Nugets to Github
uses: svenstaro/upload-release-action@v2
with:
file: Mutagen.Bethesda.Synthesis/bin/x64/Release/Mutagen.Bethesda.Synthesis.${{ github.event.release.tag_name }}.nupkg
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.release.tag_name }}
- name: Publish Synthesis Bethesda to Github
uses: svenstaro/upload-release-action@v2
with:
file: Synthesis.Bethesda/bin/x64/Release/Synthesis.Bethesda.${{ github.event.release.tag_name }}.nupkg
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.release.tag_name }}
- name: Publish Synthesis Execution to Github
uses: svenstaro/upload-release-action@v2
with:
file: Synthesis.Bethesda.Execution/bin/x64/Release/Synthesis.Bethesda.Execution.${{ github.event.release.tag_name }}.nupkg
file: Mutagen.Bethesda.Synthesis/bin/x64/Release/Mutagen.Bethesda.Synthesis.*.nupkg
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.release.tag_name }}
file_glob: "true"
- name: Publish to Nuget.org
run: dotnet nuget push **/*${{ github.event.release.tag_name }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols true
notification:
Expand Down

0 comments on commit 3ade61a

Please sign in to comment.