From 498d42273e02038f55b5360c7dda8cdc523e02c8 Mon Sep 17 00:00:00 2001 From: Alexander Loren Date: Mon, 24 Aug 2026 14:35:29 -0700 Subject: [PATCH] Corrects executable path for bundling DLLs --- .gitea/workflows/bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/bundle.yml b/.gitea/workflows/bundle.yml index 5f03a39..7fe3bc9 100644 --- a/.gitea/workflows/bundle.yml +++ b/.gitea/workflows/bundle.yml @@ -44,7 +44,7 @@ jobs: - name: Bundle DLLs uses: hylo-lang/swift-windows-dll-bundler@v1 with: - executable: artifacts/SwiftRunnerTesting.exe + executable: artifacts/release/SwiftRunnerTesting.exe - name: Upload Artifact uses: actions/upload-artifact@v4