Browse Source

Build 3.3 nightlies on the 3.3 channel

MeFisto94 3 years ago
parent
commit
69148ede91
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/gradle.yml

+ 2 - 2
.github/workflows/gradle.yml

@@ -29,11 +29,11 @@ jobs:
     - name: Build the SDK
       run: ./gradlew buildSdk
     
-    - name: Checkout the nightly-trigger repository
+    - name: Checkout the v3.3-trigger repository
       uses: actions/checkout@v2
       with:
         repository: 'jMonkeyEngine/sdk-update-center'
-        ref: nightly
+        ref: v3.3
         path: nightly
         token: ${{ secrets. UPDATE_CENTER_PAT }}