Skip to content

Commit

Permalink
fix the assert name
Browse files Browse the repository at this point in the history
  • Loading branch information
liangtie committed Dec 25, 2023
1 parent b9ded03 commit c91f0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kicad-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./.out/kicad-dev7.0.8-x86_64.exe
file: ./.out/kicad-dev7.99-x86_64.exe
asset_name: kicad-dev-${{ steps.latest-release.outputs.tag }}-x86_64.exe
overwrite: true
tag: ${{ steps.latest-release.outputs.tag }}

0 comments on commit c91f0ed

Please sign in to comment.