Skip to content

Commit 15bedb0

Browse files
committed
ci: fix release file zip
1 parent 0b920d0 commit 15bedb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Create GitHub release
2525
uses: softprops/action-gh-release@v2
2626
with:
27-
files: ${{github.workspace}}/${{ github.event.repository.name }}.zip
27+
files: ${{github.workspace}}/${{ secrets.SLUG }}.zip

0 commit comments

Comments
 (0)