Skip to content

Commit 4ffc155

Browse files
committed
fix: bad key artifact extraction path
1 parent c3df2a5 commit 4ffc155

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ jobs:
9191
with:
9292
if-no-files-found: error
9393
name: keys
94-
path: |
95-
./Intersect.Network/bin/Release/keys/*
94+
path: ./Intersect.Network/bin/Release/keys/*
9695

9796
build-linux:
9897
name: Build for Linux
@@ -139,7 +138,7 @@ jobs:
139138
uses: actions/download-artifact@v3
140139
with:
141140
name: keys
142-
path: .
141+
path: ./Intersect.Network/bin/Release/keys/
143142

144143
- name: Debug keys
145144
run: ls -R ./Intersect.Network/bin/Release/keys
@@ -207,7 +206,7 @@ jobs:
207206
uses: actions/download-artifact@v3
208207
with:
209208
name: keys
210-
path: .
209+
path: ./Intersect.Network/bin/Release/keys/
211210

212211
- name: Debug keys
213212
run: ls -R ./Intersect.Network/bin/Release/keys
@@ -275,7 +274,7 @@ jobs:
275274
uses: actions/download-artifact@v3
276275
with:
277276
name: keys
278-
path: .
277+
path: ./Intersect.Network/bin/Release/keys/
279278

280279
- name: Debug keys
281280
run: ls -R ./Intersect.Network/bin/Release/keys

0 commit comments

Comments
 (0)