Skip to content

Commit

Permalink
Merge pull request #30 from bloxbean/ci
Browse files Browse the repository at this point in the history
Update artifacts path in release workflow
  • Loading branch information
satran004 authored Sep 19, 2024
2 parents 536e946 + 38dbe3d commit a98109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
./artifacts/$TARGET_NAME
./artifacts/*
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a98109c

Please sign in to comment.