Skip to content

Commit

Permalink
fix: release asset path in cd for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhairs committed Sep 9, 2023
1 parent 1be7d55 commit fd18839
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- windows-artifact # for testing purposes
workflow_dispatch:

defaults:
Expand Down Expand Up @@ -191,6 +190,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.download_windows_artifact.download-path }}/glox-windows-amd64.exe
asset_path: ${{ steps.download_windows_artifact.ouputs.download-path }}/glox-windows-amd64.exe
asset_name: glox-windows-amd64
asset_content_type: application/octet-stream

0 comments on commit fd18839

Please sign in to comment.