Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-dev authored Oct 20, 2024
1 parent e71a29a commit 99657f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:


- name: Upload Mod DLL
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v3
with:
name: ${{ env.PROJECT_NAME }}.dll
path: ${{ env.BLOONSTD6 }}/Mods/${{ env.PROJECT_NAME }}.dll
Expand All @@ -120,4 +120,4 @@ jobs:
with:
files: ${{ env.BLOONSTD6 }}/Mods/${{ env.PROJECT_NAME }}.dll
body_path: ${{ env.PROJECT_NAME }}/LATEST.md
fail_on_unmatched_files: true
fail_on_unmatched_files: true

0 comments on commit 99657f1

Please sign in to comment.