Skip to content

Commit e248795

Browse files
committed
Fix invalid artifacts directory
1 parent edc7b4e commit e248795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Package zip
6767
run: |
6868
cd bin/ZenonCli/release/net6.0/linux-x64/publish
69-
zip -r ../../../../znn-cli-dotnet-linux-amd64.zip *
69+
zip -r ../../../../../../znn-cli-dotnet-linux-amd64.zip *
7070
- name: Upload artifacts
7171
uses: actions/upload-artifact@v3
7272
with:

0 commit comments

Comments
 (0)