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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user