fix: ci broken AGIAN
This commit is contained in:
parent
7827a2692c
commit
9a76687cbb
2 changed files with 21 additions and 11 deletions
22
.github/workflows/application.yml
vendored
22
.github/workflows/application.yml
vendored
|
@ -117,17 +117,17 @@ jobs:
|
|||
pattern: '([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)\.?\w*'
|
||||
replace-with: '$1'
|
||||
|
||||
- name: Create ATLauncher Version
|
||||
uses: ATLauncher/release-atlauncher-action@master
|
||||
if: ${{ !endsWith(steps.version.outputs.text, '.Beta') }}
|
||||
with:
|
||||
api-key: ${{ secrets.ATLAUNCHER_API_KEY }}
|
||||
version: ${{ steps.clean-version.outputs.replaced }}
|
||||
changelog: ${{ env.cleaned-changelog }}
|
||||
files: |
|
||||
./ATLauncher/ATLauncher-${{ steps.clean-version.outputs.replaced }}.exe
|
||||
./ATLauncher/ATLauncher-${{ steps.clean-version.outputs.replaced }}.zip
|
||||
./ATLauncher/ATLauncher-${{ steps.clean-version.outputs.replaced }}.jar
|
||||
# - name: Create ATLauncher Version
|
||||
# uses: ATLauncher/release-atlauncher-action@master
|
||||
# if: ${{ !endsWith(steps.version.outputs.text, '.Beta') }}
|
||||
# with:
|
||||
# api-key: ${{ secrets.ATLAUNCHER_API_KEY }}
|
||||
# version: ${{ steps.clean-version.outputs.replaced }}
|
||||
# changelog: ${{ env.cleaned-changelog }}
|
||||
# files: |
|
||||
# ./ATLauncher/ATLauncher-${{ steps.clean-version.outputs.replaced }}.exe
|
||||
# ./ATLauncher/ATLauncher-${{ steps.clean-version.outputs.replaced }}.zip
|
||||
# ./ATLauncher/ATLauncher-${{ steps.clean-version.outputs.replaced }}.jar
|
||||
|
||||
- name: Create GitHub Release
|
||||
uses: meeDamian/github-release@2.0
|
||||
|
|
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
|
@ -11,6 +11,16 @@
|
|||
"preLaunchTask": "createTestLauncherDir",
|
||||
"args": "--debug --debug-level 5 --disable-error-reporting --no-launcher-update",
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Launch (Custom Config)",
|
||||
"request": "launch",
|
||||
"mainClass": "com.atlauncher.App",
|
||||
"projectName": "ATLauncher",
|
||||
"cwd": "${workspaceFolder}/testLauncher",
|
||||
"preLaunchTask": "createTestLauncherDir",
|
||||
"args": "--debug --debug-level 5 --disable-error-reporting --no-launcher-update --config \"{'platforms':{'curseforge':{'message':'CurseForge are currently having issues which may cause mods\/modpacks to not install. If you have issues, try again later. Check their socials for more information'}}}\"",
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Launch (Dev)",
|
||||
|
|
Loading…
Reference in a new issue