-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
queenkjuul
committed
Nov 12, 2024
1 parent
ebc26df
commit 68c7e42
Showing
4 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,7 @@ jobs: | |
key: ${{ secrets.KEY }} | ||
passphrase: ${{ secrets.PASSPHRASE }} | ||
source: "server/dist/spotify97-server-linux-arm64-${{env.PACKAGE_VERSION}}-release.tar.gz,server/dist/spotify97-server-linux-x64-${{env.PACKAGE_VERSION}}-release.tar.gz" | ||
target: /srv/www/public/spotifyclient97/server/${{ env.PACKAGE_VERSION }}/release/ | ||
target: /srv/www/public/spotifyclient97/downloads/server/${{ env.PACKAGE_VERSION }}/release/ | ||
strip_components: 2 | ||
publish: | ||
runs-on: ubuntu-latest | ||
|
@@ -143,7 +143,17 @@ jobs: | |
name: spotify97-server-win64-${{ env.PACKAGE_VERSION }}-release | ||
path: . | ||
- run: ls -la | ||
- name: upload | ||
- name: upload server | ||
uses: appleboy/[email protected] | ||
with: | ||
host: ${{ secrets.HOST }} | ||
username: ${{ secrets.USERNAME }} | ||
port: ${{ secrets.PORT }} | ||
key: ${{ secrets.KEY }} | ||
passphrase: ${{ secrets.PASSPHRASE }} | ||
source: "./client/Spotify97MacEdition/dist/*,./client/SpotifyClient97/dist/*" | ||
target: /srv/www/public/spotifyclient97/downloads/client/ | ||
- name: upload client | ||
uses: appleboy/[email protected] | ||
with: | ||
host: ${{ secrets.HOST }} | ||
|
@@ -152,7 +162,7 @@ jobs: | |
key: ${{ secrets.KEY }} | ||
passphrase: ${{ secrets.PASSPHRASE }} | ||
source: "spotify97-server-win64-${{env.PACKAGE_VERSION}}-release.zip,spotify97-server-macos-x64-${{env.PACKAGE_VERSION}}.tar.gz" | ||
target: /srv/www/public/spotifyclient97/server/${{ env.PACKAGE_VERSION }}/release | ||
target: /srv/www/public/spotifyclient97/downloads/server/${{ env.PACKAGE_VERSION }}/release | ||
- uses: ncipollo/release-action@v1 | ||
with: | ||
artifacts: "spotify97-server-*.tar.gz,spotify97-server-*.zip,client/Spotify97MacEdition/dist/*,client/SpotifyClient97/dist/*" | ||
|