diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 95c61ae4..7d9b94bc 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 }}/lin64/ + OUTPUTFILE_LIN: /storage/images/${{ github.event.inputs.sha }}/linux/false/lin64/ steps: - name: Login to Docker Hub