Skip to content

Commit 7b06d4f

Browse files
authored
Update artifact upload path in gradle.yml
1 parent 948836b commit 7b06d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/upload-artifact@v4.4.3
2929
with:
3030
name: CommandPrompter
31-
path: build/libs
31+
path: prompt-paper/build/libs
3232

3333
publish:
3434
if: github.event_name == 'release'

0 commit comments

Comments
 (0)