Skip to content

Commit e09ab70

Browse files
committed
Actions: fix release glob and permissions
1 parent 16c92d5 commit e09ab70

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Release
33
on:
44
push:
55
tags: [ "v*.*.*" ]
6+
7+
permissions:
8+
contents: write
69

710
jobs:
811
Release:
@@ -58,4 +61,4 @@ jobs:
5861
uses: softprops/action-gh-release@v2
5962
with:
6063
files: |
61-
StringSpy/bin/Release/net9.0/${{ matrix.rid }}/publish/stringspy-${VERSION}-${{ matrix.rid }}.${{ matrix.archive-suffix }}
64+
StringSpy/bin/Release/net9.0/${{ matrix.rid }}/publish/*.${{ matrix.archive-suffix }}

0 commit comments

Comments
 (0)