Kaynağa Gözat

GitHub Actions: Update to Godot 3.3.3 for HTML5 deployment

Hugo Locurcio 4 yıl önce
ebeveyn
işleme
5057fcff50
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      .github/workflows/export_html5.yml

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

@@ -5,14 +5,14 @@ on:
       - master
 
 env:
-  GODOT_VERSION: 3.3
+  GODOT_VERSION: 3.3.3
 
 jobs:
   export-html5:
     name: Export projects to HTML5 and deploy to GitHub Pages
     runs-on: ubuntu-20.04
     container:
-      image: barichello/godot-ci:3.3
+      image: barichello/godot-ci:3.3.3
     steps:
       - name: Checkout
         uses: actions/[email protected]