Skip to content

Commit

Permalink
ci: Upload dev artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Aug 10, 2024
1 parent e74a90a commit fcd6af7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,17 @@ jobs:
./media/*.sh
./media/*.exe
./serverpackcreator-app/build/libs/serverpackcreator-app-dev.jar
./serverpackcreator-plugin-example/build/libs/serverpackcreator-plugin-example-dev.jar
./serverpackcreator-plugin-example/build/libs/serverpackcreator-plugin-example-dev.jar
- name: Upload files to download server
uses: appleboy/[email protected]
with:
host: ${{ secrets.SPCUPLOAD_HOST }}
username: ${{ secrets.SPCUPLOAD_USERNAME }}
key: ${{ secrets.SPCUPLOAD_KEY }}
passphrase: ${{ secrets.SPCUPLOAD_PASSWORD }}
port: ${{ secrets.SPCUPLOAD_PORT }}
overwrite: true
strip_components: 10
source: "media/*.dmg,media/*.sh,media/*.exe,media/updates.xml,checksum.txt,serverpackcreator-app/build/libs/*.jar,serverpackcreator-plugin-example/build/libs/*.jar"
target: "${{ secrets.SPCUPLOAD_TARGET }}/dev"

0 comments on commit fcd6af7

Please sign in to comment.