Skip to content

Commit

Permalink
oops forgot this
Browse files Browse the repository at this point in the history
  • Loading branch information
luludotdev committed Oct 19, 2020
1 parent addf3e8 commit 6651df6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
find "ModAssistant/bin/Release" -type f ! -name "ModAssistant.exe" -delete
cp "LICENSE" "ModAssistant/bin/Release/LICENSE.ModAssistant.txt"
- name: Upload Build
if: contains(github.ref, 'refs/tags/') == false
uses: actions/upload-artifact@v1
if: startsWith(github.ref, 'refs/tags/') == false
uses: actions/upload-artifact@v2
with:
name: ModAssistant-${{ github.sha }}
path: ./ModAssistant/bin/Release
path: ./ModAssistant/bin/Release/
- name: Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 6651df6

Please sign in to comment.