Added missing recursive flags
Swift Testing / Ubuntu (push) Successful in 49s
Swift Testing / macOS (push) Successful in 59s
Swift Testing / Windows (push) Successful in 4m49s
Build and Bundle / macOS (push) Successful in 22s
Build and Bundle / Ubuntu (push) Successful in 20s
Build and Bundle / Windows (push) Successful in 13m25s
Swift Testing / Ubuntu (push) Successful in 49s
Swift Testing / macOS (push) Successful in 59s
Swift Testing / Windows (push) Successful in 4m49s
Build and Bundle / macOS (push) Successful in 22s
Build and Bundle / Ubuntu (push) Successful in 20s
Build and Bundle / Windows (push) Successful in 13m25s
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 -r "$BIN_PATH" artifacts/
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@@ -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 -r "$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