diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index b8b81727..601f5c08 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -58,7 +58,7 @@ jobs: - name: Stage exe if: matrix.platform == 'Windows64' run: | - Copy-Item ./x64/${{ matrix.platform }}/Minecraft.Client.exe staging/ + Copy-Item ./x64/${{ matrix.configuration }}/Minecraft.Client.exe staging/ - name: Upload artifacts uses: https://github.com/actions/upload-artifact@v3