Skip to content

Commit

Permalink
TEST CI
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzhuohua committed Jun 19, 2024
1 parent 9600b04 commit 314ad38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
files: |
fpv4win.zip
build/Release/*
- name: Upload release asset
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -92,6 +92,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: fpv4win.zip
asset_name: fpv4win
asset_path: build/Release
asset_name: fpv4win-${{ github.ref }}
asset_content_type: application/octet-stream

0 comments on commit 314ad38

Please sign in to comment.