File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ jobs:
167
167
- name : Create release and upload
168
168
run : |
169
169
gh auth login --with-token <<<"${{ secrets.GITHUB_TOKEN }}"
170
- gh release create "v${version}" --title "${{ inputs.title }}" --notes-file ".github/changelog.md" --prerelease="true" --repo MaintainTeam/LastPipeBender
171
- gh release upload "v${version}" "${{ github.workspace }}/output/{*.apk,checksums.txt}" --repo MaintainTeam/LastPipeBender
170
+ gh release create "v${version}" --title "${{ inputs.title }}" --notes-file ".github/changelog.md" --prerelease="true" --repo MaintainTeam/PipeBenderTests
171
+ gh release upload "v${version}" "${{ github.workspace }}/output/{*.apk,checksums.txt}" --repo MaintainTeam/PipeBenderTests
172
172
173
173
- name : Archive reports for job
174
174
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments