Skip to content

Commit 89ec3e6

Browse files
committed
allow write
1 parent c2aea1d commit 89ec3e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ env:
1111
jobs:
1212
# based off of https://github.com/houseabsolute/soldr/blob/master/.github/workflows/ci.yml
1313
artifacts:
14+
permissions:
15+
contents: write
1416
strategy:
1517
matrix:
1618
platform:
@@ -52,7 +54,7 @@ jobs:
5254
uses: actions/upload-artifact@v3
5355
with:
5456
name: soldr-${{ matrix.platform.target }}
55-
path: "soldr*"
57+
path: ${{ matrix.platform.target }}.tar.gz
5658
if: startsWith( github.ref, 'refs/tags/v' )
5759
- name: Publish GitHub release
5860
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)