Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JustMarfix committed Aug 31, 2024
1 parent 7bf0101 commit a872c40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
EXILED_REFERENCES: ${{ github.workspace }}\lib

- name: Upload Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Plugin DLL
name: Plugin
path: ${{ github.workspace }}\bin\Release\VeryUsualDay.dll
deploy-testing:
name: Deploy plugin to the testing server
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Download a single artifact
uses: actions/download-artifact@v4
with:
name: Plugin DLL
name: Plugin
path: VeryUsualDay.dll
- name: Deploy plugin to the server
uses: rexlmanu/pterodactyl-upload-action@v2.1
Expand Down

0 comments on commit a872c40

Please sign in to comment.