Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noir-neo authored Mar 14, 2024
1 parent 67ef340 commit 9c82727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Archive artifacts
if: github.event_name == 'release'
run: zip -r artifact.zip build/StandaloneWindows64
run: cd build && zip -r artifact.zip StandaloneWindows64

- name: Upload Release Asset
if: github.event_name == 'release'
Expand All @@ -50,6 +50,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./artifact.zip
asset_path: build/artifact.zip
asset_name: hatbor-Windows-${{ steps.buildStep.outputs.buildVersion }}.zip
asset_content_type: application/zip

0 comments on commit 9c82727

Please sign in to comment.