Skip to content

Commit

Permalink
Update build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Selivanov committed Nov 10, 2023
1 parent 4913f89 commit 794dc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
run: |
dotnet nuget push build/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
- name: Zip build
run: zip UnityMVVM.zip build/UnityMVVM.dll build/UnityMVVM.xml
run: zip UnityMVVM.zip UnityMVVM/build/UnityMVVM.dll UnityMVVM/build/UnityMVVM.xml
- name: Create Release
if: github.ref == 'refs/heads/master'
uses: ncipollo/release-action@v1
with:
tag: ${{ env.newVersion }}
name: Release ${{ env.newVersion }}
artifacts: "build/*.nupkg, UnityAuxiliaryTools.zip"
artifacts: "UnityMVVM/build/*.nupkg, UnityAuxiliaryTools.zip"
token: ${{ secrets.PAT_TOKEN }}
- name: Expose as artifact
uses: actions/upload-artifact@v3.1.3
Expand Down

0 comments on commit 794dc6b

Please sign in to comment.