Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
queenkjuul authored Nov 5, 2024
1 parent 2d712db commit 869cb85
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ jobs:
port: ${{ secrets.PORT }}
key: ${{ secrets.KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
source: |
server/dist/spotify97-server-linux-arm64-${{env.PACKAGE_VERSION}}.tar.gz
server/dist/spotify97-server-linux-x64-${{env.PACKAGE_VERSION}}.tar.gz
server/dist/spotify97-server-macos-x64-${{env.PACKAGE_VERSION}}.tar.gz
source: "server/dist/spotify97-server-linux-arm64-${{env.PACKAGE_VERSION}}.tar.gz,server/dist/spotify97-server-linux-x64-${{env.PACKAGE_VERSION}}.tar.gz,server/dist/spotify97-server-macos-x64-${{env.PACKAGE_VERSION}}.tar.gz"
target: /srv/www/public/spotifyclient97/server/${{ env.PACKAGE_VERSION }}/${{ env.SHA }}/


Expand Down

0 comments on commit 869cb85

Please sign in to comment.