Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gompoc committed Oct 2, 2021
1 parent ce85800 commit f1b1c0d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,21 @@ jobs:
- name: Build
run: dotnet build --no-restore --configuration release

- name: Upload Mod Artifacts
uses: actions/upload-artifact@v2
- name: Create Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: Mods
path: |
body_path: Release.md
files: |
Output/Release/ActionMenuApi.dll
Output/Release/ActionMenuApi.xml
Output/Release/ActionMenuTestMod.dll
Output/Release/ActionMenuUtils.dll
Output/Release/StandaloneThirdPerson.dll
Output/Release/UpdateChecker.dll
Output/Release/WorldPredownload.dll
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}



Empty file added RELEASE.md
Empty file.
1 change: 1 addition & 0 deletions VRChatMods.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
RELEASE.md = RELEASE.md
EndProjectSection
EndProject

Expand Down

0 comments on commit f1b1c0d

Please sign in to comment.