Skip to content

Commit f8280b6

Browse files
authored
Fix artifacts' upload on the CI (#144)
1 parent 50f41ac commit f8280b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
path: artifacts/
8686
if-no-files-found: error
8787
retention-days: 1
88-
- run: ./mill -i ci.upload artifacts/
88+
- run: ./mill -i ci.upload --directory artifacts/
8989
if: github.event_name == 'push'
9090
env:
9191
UPLOAD_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)