Skip to content

Commit 4bf9044

Browse files
authored
Update release.yml
1 parent 5685934 commit 4bf9044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ jobs:
167167
- name: Create release and upload
168168
run: |
169169
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
172172
173173
- name: Archive reports for job
174174
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)