Skip to content

Commit

Permalink
finally fixed CI (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustMarfix committed Aug 31, 2024
1 parent 7b6ae6b commit b3d6ee7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
with:
name: plugin
path: ${{ github.workspace }}\bin\Release\VeryUsualDay.dll
- name: List contents
shell: pwsh
run: ls -R
deploy-testing:
name: Deploy plugin to the testing server
needs: build
Expand All @@ -48,15 +45,13 @@ jobs:
uses: actions/download-artifact@v4
with:
name: plugin
path: VeryUsualDay.dll
- name: List all files
run: ls -R
path: plugin
- name: Deploy plugin to the server
uses: rexlmanu/pterodactyl-upload-action@v2.1
with:
panel-host: ${{ secrets.PANEL_HOST }}
api-key: ${{ secrets.API_KEY }}
server-id: "c6fcbf0a"
source: "VeryUsualDay.dll"
source: "plugin/VeryUsualDay.dll"
target: "./.config/EXILED/Plugins/"
decompress-target: false

0 comments on commit b3d6ee7

Please sign in to comment.