Skip to content

Commit

Permalink
fix: release - change working dir to 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Feb 6, 2025
1 parent 24c9d8d commit 438ea28
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 @@ -97,9 +97,10 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
${{ github.workspace }}/release
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
files: release/*
files: *
draft: false
prerelease: false

0 comments on commit 438ea28

Please sign in to comment.