Removed wildcard
Build and Bundle / macOS (push) Failing after 20s
Build and Bundle / Ubuntu (push) Failing after 20s
Swift Testing / Windows (push) Canceled after 0s
Swift Testing / macOS (push) Canceled after 52s
Swift Testing / Ubuntu (push) Canceled after 48s
Build and Bundle / Windows (push) Canceled after 1m27s
Build and Bundle / macOS (push) Failing after 20s
Build and Bundle / Ubuntu (push) Failing after 20s
Swift Testing / Windows (push) Canceled after 0s
Swift Testing / macOS (push) Canceled after 52s
Swift Testing / Ubuntu (push) Canceled after 48s
Build and Bundle / Windows (push) Canceled after 1m27s
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
swift build -c release
|
swift build -c release
|
||||||
BIN_PATH=$(swift build -c release --show-bin-path)
|
BIN_PATH=$(swift build -c release --show-bin-path)
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
cp "$BIN_PATH/*" artifacts/
|
cp "$BIN_PATH" artifacts/
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
swift build -c release
|
swift build -c release
|
||||||
$binPath = swift build -c release --show-bin-path
|
$binPath = swift build -c release --show-bin-path
|
||||||
New-Item -ItemType Directory -Path artifacts -Force
|
New-Item -ItemType Directory -Path artifacts -Force
|
||||||
Copy-Item -Path "$binPath\*" -Destination artifacts\ -Recurse
|
Copy-Item -Path "$binPath" -Destination artifacts\ -Recurse
|
||||||
|
|
||||||
- name: Bundle DLLs
|
- name: Bundle DLLs
|
||||||
uses: hylo-lang/swift-windows-dll-bundler@v1
|
uses: hylo-lang/swift-windows-dll-bundler@v1
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
swift build -c release
|
swift build -c release
|
||||||
BIN_PATH=$(swift build -c release --show-bin-path)
|
BIN_PATH=$(swift build -c release --show-bin-path)
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
cp "$BIN_PATH/*" artifacts/
|
cp "$BIN_PATH" artifacts/
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user