Skip to content

Commit

Permalink
Update autobuild-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti authored Feb 19, 2024
1 parent 0c96d07 commit 0d8f434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Upload release to test repo
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ inputs.branch }}-${{ needs.build.outputs.sha_short }}
tag_name: main-${{ needs.build.outputs.sha_short }}
prerelease: true
files: ${{ needs.build.outputs.bin_name }}
repository: FaithLife-Community/test-builds
Expand Down

0 comments on commit 0d8f434

Please sign in to comment.