From 86d37d53e5c4fa4ec3bea230a5c813ba3b42b35d Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:43:45 -0200 Subject: [PATCH] Fix linux build output --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3daaf4e1..95c61ae4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: OUTPUTFILE_ARM64: /storage/images/${{ github.event.inputs.sha }}/android/false/arm64/ OUTPUTFILE_X64: /storage/images/${{ github.event.inputs.sha }}/android/false/x64/ OUTPUTFILE_WIN: /storage/images/${{ github.event.inputs.sha }}/win/x64/ - OUTPUTFILE_LIN: /storage/images/${{ github.event.inputs.sha }}/win/lin64/ + OUTPUTFILE_LIN: /storage/images/${{ github.event.inputs.sha }}/lin64/ steps: - name: Login to Docker Hub