Skip to content

Commit

Permalink
Update build-and-package-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezor authored Jun 11, 2024
1 parent 7a4eecd commit 3610aa5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ jobs:
- name: Upload the release assets
uses: AButler/[email protected]
with:
files: "D:/a/server/server/artefacts/release/${{ steps.inferVersion.outputs.version }}/*.zip"
files: "artefacts/release/${{ steps.inferVersion.outputs.version }}/*.zip"
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: "v${{ steps.inferVersion.outputs.version }}"

# Use this once we can say when to automatically create a release
#- name: Create GitHub Release
Expand Down

0 comments on commit 3610aa5

Please sign in to comment.