Skip to content

Commit

Permalink
allow write
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr3 committed Jan 27, 2024
1 parent c2aea1d commit 89ec3e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:
jobs:
# based off of https://github.com/houseabsolute/soldr/blob/master/.github/workflows/ci.yml
artifacts:
permissions:
contents: write
strategy:
matrix:
platform:
Expand Down Expand Up @@ -52,7 +54,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: soldr-${{ matrix.platform.target }}
path: "soldr*"
path: ${{ matrix.platform.target }}.tar.gz
if: startsWith( github.ref, 'refs/tags/v' )
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 89ec3e6

Please sign in to comment.