Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theprantadutta authored Mar 15, 2024
1 parent 242ab22 commit 66d917e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

release:
name: Upload Binary to Releases
runs-on: ubuntu-latest
runs-on: windows-latest
needs: build
steps:
- name: Checkout code
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.repository.releases_url }}
asset_path: ${{ github.workspace }}/filefly.zip
asset_path: ${{ github.workspace }}/filefly.zip
asset_name: filefly.zip
asset_content_type: application/zip
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 66d917e

Please sign in to comment.