Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Fix trigger_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julcioo authored Apr 28, 2024
1 parent ae125e4 commit 9f80445
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/trigger_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,21 +93,21 @@ jobs:
draft: true
prerelease: false
files: |
PrismLauncher-Cracked-Linux-Qt5-${{ env.VERSION }}.tar.gz
PrismLauncher-Cracked-Linux-Qt5-Portable-${{ env.VERSION }}.tar.gz
PrismLauncher-Cracked-Linux-x86_64.AppImage
PrismLauncher-Cracked-Linux-x86_64.AppImage.zsync
PrismLauncher-Cracked-Linux-Qt6-${{ env.VERSION }}.tar.gz
PrismLauncher-Cracked-Linux-Qt6-Portable-${{ env.VERSION }}.tar.gz
PrismLauncher-Cracked-Windows-MinGW-w64-${{ env.VERSION }}.zip
PrismLauncher-Cracked-Windows-MinGW-w64-Portable-${{ env.VERSION }}.zip
PrismLauncher-Cracked-Windows-MinGW-w64-Setup-${{ env.VERSION }}.exe
PrismLauncher-Cracked-Windows-MSVC-arm64-${{ env.VERSION }}.zip
PrismLauncher-Cracked-Windows-MSVC-arm64-Portable-${{ env.VERSION }}.zip
PrismLauncher-Cracked-Windows-MSVC-arm64-Setup-${{ env.VERSION }}.exe
PrismLauncher-Cracked-Windows-MSVC-${{ env.VERSION }}.zip
PrismLauncher-Cracked-Windows-MSVC-Portable-${{ env.VERSION }}.zip
PrismLauncher-Cracked-Windows-MSVC-Setup-${{ env.VERSION }}.exe
PrismLauncher-Cracked-macOS-${{ env.VERSION }}.zip
PrismLauncher-Cracked-macOS-Legacy-${{ env.VERSION }}.zip
PrismLauncher-Cracked-${{ env.VERSION }}.tar.gz
PrismLauncher-Linux-Qt5-${{ env.VERSION }}.tar.gz
PrismLauncher-Linux-Qt5-Portable-${{ env.VERSION }}.tar.gz
PrismLauncher-Linux-x86_64.AppImage
PrismLauncher-Linux-x86_64.AppImage.zsync
PrismLauncher-Linux-Qt6-${{ env.VERSION }}.tar.gz
PrismLauncher-Linux-Qt6-Portable-${{ env.VERSION }}.tar.gz
PrismLauncher-Windows-MinGW-w64-${{ env.VERSION }}.zip
PrismLauncher-Windows-MinGW-w64-Portable-${{ env.VERSION }}.zip
PrismLauncher-Windows-MinGW-w64-Setup-${{ env.VERSION }}.exe
PrismLauncher-Windows-MSVC-arm64-${{ env.VERSION }}.zip
PrismLauncher-Windows-MSVC-arm64-Portable-${{ env.VERSION }}.zip
PrismLauncher-Windows-MSVC-arm64-Setup-${{ env.VERSION }}.exe
PrismLauncher-Windows-MSVC-${{ env.VERSION }}.zip
PrismLauncher-Windows-MSVC-Portable-${{ env.VERSION }}.zip
PrismLauncher-Windows-MSVC-Setup-${{ env.VERSION }}.exe
PrismLauncher-macOS-${{ env.VERSION }}.zip
PrismLauncher-macOS-Legacy-${{ env.VERSION }}.zip
PrismLauncher-${{ env.VERSION }}.tar.gz

1 comment on commit 9f80445

@SHUVAMETA
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you have to rewrite this

Please sign in to comment.