Skip to content

Commit

Permalink
fix length header
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzok8 committed Dec 15, 2024
1 parent e138460 commit 1a2faac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Auto-Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
[ ${{ env.NOTICE }} ] && echo -e "${{ env.NOTICE }}" >> release.txt || true
- name: Upload packages for release
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2
continue-on-error: true
if: env.REPO_TOKEN && env.UPLOAD_FIRMWARE_FOR_RELEASE == 'true'
env:
Expand Down

0 comments on commit 1a2faac

Please sign in to comment.