Skip to content

Commit

Permalink
updated build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyanistic committed Aug 1, 2023
1 parent 7201d01 commit 6c43b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload Release Assets (windows)
id: upload-release-asset-windows
uses: actions/upload-release-asset@v1
if: ${{ matrix.config.os }} == 'windows-latest'
if: ${{ matrix.platform.os }} == 'windows-latest'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -48,5 +48,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./target/release/escaper
asset_name: escaper-${{matrix.config.os}}
asset_name: escaper-${{ matrix.platform.os }}
asset_content_type: application/octet-stream

0 comments on commit 6c43b0f

Please sign in to comment.