We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43d3ca commit f84d5f6Copy full SHA for f84d5f6
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
- uses: actions/setup-java@v4
12
with:
13
- distribution: 'adoptium'
+ distribution: 'temurin'
14
java-version: '21'
15
- run: ./gradlew shadowJar
16
- run: 'curl -X PUT --data-binary @build/libs/AfnwCore2-*-all.jar "https://saba8-deploy.azisaba.dev/deploy?secret={{ secrets.DEPLOYMAN_SECRET_SABA8 }}&token={{ secrets.DEPLOYMAN_TOKEN }}&filename=AfnwCore2.jar"'
0 commit comments