diff --git a/.github/workflows/linux-arm.yml b/.github/workflows/linux-arm.yml index fcb4ba6..518d034 100644 --- a/.github/workflows/linux-arm.yml +++ b/.github/workflows/linux-arm.yml @@ -62,7 +62,7 @@ jobs: - name: Compress Flutter build id: compress run: | - archiveName="dateapp-linux_arm64.tar.gz" + archiveName="dateapp-linux-arm64.tar.gz" echo "archiveName=$archiveName" >> $GITHUB_OUTPUT sudo chown -R $USER:$USER . @@ -72,7 +72,7 @@ jobs: - name: Release to GitHub uses: ncipollo/release-action@v1 with: - artifacts: "dateapp-linux_arm64.tar.gz" + artifacts: "dateapp-linux-arm64.tar.gz" tag: ${{ steps.version.outputs.content }} commit: ${{ github.sha }} allowUpdates: true