Renamed ARMv7 zip file

pull/5/head
Revertron 3 years ago committed by GitHub
parent 4fadfa21c9
commit 55a6a1e9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,7 +100,7 @@ jobs:
echo "BIN_PATH_NOGUI=./nogui/release/alfis" >> $GITHUB_ENV
echo "ZIP_NAME_NOGUI=alfis-${{env.BIN_ARCH}}-v${{ needs.get_version.outputs.project_version }}-nogui.zip" >> $GITHUB_ENV
echo "BIN_ARM_PATH=./target/armv7-unknown-linux-gnueabihf/release/alfis" >> $GITHUB_ENV
echo "ZIP_ARM_NAME=alfis-armv7-v${{ needs.get_version.outputs.project_version }}.zip" >> $GITHUB_ENV
echo "ZIP_ARM_NAME=alfis-armv7-v${{ needs.get_version.outputs.project_version }}-nogui.zip" >> $GITHUB_ENV
- name: Windows variables
if: contains(matrix.os, 'windows')
run: |

Loading…
Cancel
Save