Skip to content

Commit c124921

Browse files
committed
build pipeline update
1 parent 3c6aac6 commit c124921

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,14 @@ jobs:
126126
- name: Prepare macOS arm64 Artifacts
127127
if: matrix.platform == 'macos-latest'
128128
run: |
129-
mkdir artifact
130-
cp "./bin/Release/net8.0/osx-arm64/publish/ScumBag" artifact/
131-
cp ./bin/Release/net8.0/osx-arm64/publish/libwebview.dylib artifact/ || cp ./bin/Release/net8.0/osx-arm64/publish/webview.dylib artifact/ || true
132-
cp ./bin/Release/net8.0/osx-arm64/publish/libnfd.dylib artifact/ || cp ./bin/Release/net8.0/osx-arm64/publish/nfd.dylib artifact/ || true
129+
mkdir artifactArm
130+
cp "./bin/Release/net8.0/osx-arm64/publish/ScumBag" artifactArm/
131+
cp ./bin/Release/net8.0/osx-arm64/publish/libwebview.dylib artifactArm/ || cp ./bin/Release/net8.0/osx-arm64/publish/webview.dylib artifactArm/ || true
132+
cp ./bin/Release/net8.0/osx-arm64/publish/libnfd.dylib artifactArm/ || cp ./bin/Release/net8.0/osx-arm64/publish/nfd.dylib artifactArm/ || true
133133
134134
- name: Archive macOS Artifacts
135135
if: matrix.platform == 'macos-latest'
136136
uses: actions/upload-artifact@v4
137137
with:
138138
name: Scum_Bag_osx-arm64
139-
path: artifact/*
139+
path: artifactArm/*

0 commit comments

Comments
 (0)