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 43e955b commit fb30266Copy full SHA for fb30266
.github/workflows/deploy.yml
@@ -12,8 +12,9 @@ jobs:
12
with:
13
distribution: 'temurin'
14
java-version: '21'
15
+ cache: 'gradle'
16
- run: ./gradlew shadowJar
17
- run: |
18
JAR_FILE=$(ls build/libs/AfnwCore2-*-all.jar | head -n 1)
19
echo "Uploading file: ${JAR_FILE}"
- curl -X PUT --data-binary "@${JAR_FILE}" "https://saba8-deploy.azisaba.dev/deploy?secret={{ secrets.DEPLOYMAN_SECRET_SABA8 }}&token={{ secrets.DEPLOYMAN_TOKEN }}&filename=AfnwCore2.jar"
20
+ curl -X PUT --data-binary "@${JAR_FILE}" "https://saba8-deploy.azisaba.dev/deploy?secret=${{ secrets.DEPLOYMAN_SECRET_SABA8 }}&token=${{ secrets.DEPLOYMAN_TOKEN }}&filename=AfnwCore2.jar"
0 commit comments