Skip to content

Commit

Permalink
implemented #40
Browse files Browse the repository at this point in the history
  • Loading branch information
EchterAlsFake committed Jun 8, 2024
1 parent ef890e5 commit c467a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_gui_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,13 @@ jobs:
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
SHA512_LINUX_X64: ${{ env.sha512_linux_x64 }}
with:
tag_name: v${{ secrets.VERSION }}-automated-${{ env.GITHUB_SHA_SHORT }}
release_name: Automated Release v${{ secrets.VERSION }}-${{ env.GITHUB_SHA_SHORT }}
body: |
This is an automated release generated by the CI/CD pipeline.
SHA512 Checksums:
- PornFetch_Linux_GUI_x64: ${{ env.SHA512_LINUX_X64 }}
- PornFetch_Linux_GUI_x64: ${{ env.sha512_linux_x64 }}
draft: false
prerelease: true

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build_gui_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,13 @@ jobs:
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
SHA512_WINDOWS_X64: ${{ env.sha512_windows_x64 }}
with:
tag_name: v${{ secrets.VERSION }}-automated-${{ env.GITHUB_SHA_SHORT }}
release_name: Automated Release v${{ secrets.VERSION }}-${{ env.GITHUB_SHA_SHORT }}
body: |
This is an automated release generated by the CI/CD pipeline.
SHA512 Checksums:
- PornFetch_Linux_GUI_x64: ${{ env.SHA512_WINDOWS_X64 }}
- PornFetch_Windows_GUI_x64: ${{ env.sha512_windows_x64 }}
draft: false
prerelease: true

Expand Down

0 comments on commit c467a6d

Please sign in to comment.