Skip to content

Commit

Permalink
fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JustMarfix committed Aug 31, 2024
1 parent 4979b2b commit 7bf0101
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Download plugin from release
uses: robinraju/release-downloader@v1.10
- name: Download a single artifact
uses: actions/download-artifact@v4
with:
latest: true
fileName: 'VeryUsualDay.dll'
name: Plugin DLL
path: VeryUsualDay.dll
- name: Deploy plugin to the server
uses: rexlmanu/pterodactyl-upload-action@v2.1
with:
Expand Down

0 comments on commit 7bf0101

Please sign in to comment.