Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
queenkjuul authored Nov 5, 2024
1 parent 36e7587 commit 2721a79
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
runs-on: ubuntu-latest
needs: "build"
steps:
- uses: actions/checkout@v4
- name: version
uses: jozsefsallai/node-package-version@v1.0.4
with:
path: server/package.json
- uses: benjlevesque/short-sha@v3.0
- name: download
uses: actions/download-artifact@v4
with:
Expand All @@ -66,6 +72,3 @@ jobs:
source: "spotify97-server-win64-${{env.PACKAGE_VERSION}}.zip"
target: /srv/www/public/spotifyclient97/server/${{ env.PACKAGE_VERSION }}/${{ env.SHA }}/
strip_components: 2



0 comments on commit 2721a79

Please sign in to comment.