We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c92d5 commit e09ab70Copy full SHA for e09ab70
1 file changed
.github/workflows/release.yml
@@ -3,6 +3,9 @@ name: Release
3
on:
4
push:
5
tags: [ "v*.*.*" ]
6
+
7
+permissions:
8
+ contents: write
9
10
jobs:
11
Release:
@@ -58,4 +61,4 @@ jobs:
58
61
uses: softprops/action-gh-release@v2
59
62
with:
60
63
files: |
- 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