Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jukkales committed Apr 12, 2024
1 parent d311096 commit d631bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
with:
artifacts: "./HoardFarm/bin/x64/Release/HoardFarm/latest.zip"
name: ${{ github.event.head_commit.message }}
makeLatest: true
draft: true

- run: |
rm -R ./HoardFarm/bin/x64/Release/HoardFarm
- name: Upload Build Artifact
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
name: latest
path: ./HoardFarm/bin/x64/Release/

0 comments on commit d631bdd

Please sign in to comment.