Skip to content

Commit

Permalink
fix: windows aarch64 zip named correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
freedmand committed Nov 22, 2021
1 parent b79c756 commit fb8cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
with:
files: |
fastfec-windows-x86_64-${{ steps.get_version.outputs.VERSION }}.zip
fastfec-windows-x86_64-${{ steps.get_version.outputs.VERSION }}.zip
fastfec-windows-aarch64-${{ steps.get_version.outputs.VERSION }}.zip
libfastfec-windows-x86_64-${{ steps.get_version.outputs.VERSION }}.dll
libfastfec-windows-aarch64-${{ steps.get_version.outputs.VERSION }}.dll

0 comments on commit fb8cc9b

Please sign in to comment.