Skip to content

Commit

Permalink
fix: release - use full files path
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Feb 6, 2025
1 parent a0bf2d1 commit b062138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ jobs:
- name: Create Github release with prebuilds
uses: softprops/action-gh-release@v2
with:
files: release/*
files: |
${{ github.workspace }}/release/* # Use the full path
tag_name: ${{ steps.tag.outputs.tagname }}
fail_on_unmatched_files: true
env:
Expand Down

0 comments on commit b062138

Please sign in to comment.