Skip to content

Commit

Permalink
Merge branch 'develop' into return
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhairs authored Oct 9, 2023
2 parents 100bed8 + 6b6ab13 commit 5e745f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
- name: Upload artifact for ${{ matrix.os }} / ${{ matrix.arch }}
uses: actions/upload-artifact@v2
with:
name: glox-windows-${{ matrix.arch }}
path: ${{ runner.temp }}\glox\glox-windows-${{ matrix.arch }}.exe
name: glox-windows-${{ matrix.arch }}.exe
path: .\glox\glox-windows-${{ matrix.arch }}.exe

publish_release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -191,6 +191,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_name: glox-windows-amd64
asset_path: ${{ steps.download_windows_artifact.outputs.download-path }}/glox-windows-amd64.exe
asset_name: glox-windows-amd64.exe
asset_content_type: application/octet-stream

0 comments on commit 5e745f2

Please sign in to comment.