Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 729bb9f

Browse files
committed
added a slash???
1 parent 17d009f commit 729bb9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
uses: actions/upload-artifact@v4
3232
with:
3333
name: neutralino-binaries
34-
path: dist/litemark
34+
path: dist/litemark/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/upload-artifact@v4
4545
with:
4646
name: neutralino-binaries
47-
path: dist/litemark
47+
path: dist/litemark/
4848

4949
finalize:
5050
needs: release

0 commit comments

Comments
 (0)