Corrects executable path for bundling DLLs
Swift Testing / macOS (push) Canceled after 0s
Swift Testing / Windows (push) Canceled after 0s
Swift Testing / Ubuntu (push) Canceled after 0s
Build and Bundle / Ubuntu (push) Successful in 25s
Build and Bundle / macOS (push) Successful in 27s
Build and Bundle / Windows (push) Successful in 12m47s

This commit is contained in:
2026-08-24 14:35:29 -07:00
parent 860027b46f
commit 498d42273e
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- name: Bundle DLLs - name: Bundle DLLs
uses: hylo-lang/swift-windows-dll-bundler@v1 uses: hylo-lang/swift-windows-dll-bundler@v1
with: with:
executable: artifacts/SwiftRunnerTesting.exe executable: artifacts/release/SwiftRunnerTesting.exe
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4