Skip to content

Commit

Permalink
feat: update artifact upload path in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrodzilla committed Jul 25, 2024
1 parent 54a0a68 commit be7b74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Upload Binary
uses: actions/upload-artifact@v4
with:
path: .
path: ./${{ env.filename }}
name: ${{ env.filename }}
compression-level: 9

Expand Down

0 comments on commit be7b74f

Please sign in to comment.