Skip to content

Commit

Permalink
Update testbuilds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti authored Dec 30, 2023
1 parent e2e204b commit de23814
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/testbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -38,9 +40,9 @@ jobs:

- name: Upload release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: dist/LogosLinuxInstaller
files: dist/LogosLinuxInstaller
token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_REPOSITORY: FaithLife-Community/test-builds
repository: FaithLife-Community/test-builds

0 comments on commit de23814

Please sign in to comment.