Skip to content

Commit

Permalink
Fix the archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Oct 5, 2024
1 parent 1bbb7c6 commit 9dab802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: vgo
path: vgo/build/libs/vgo
path: vgo-cli/build/libs/vgo

# Prepare a draft release for GitHub Releases page for the manual verification
# If accepted and published, release workflow would be triggered
Expand Down

0 comments on commit 9dab802

Please sign in to comment.