Răsfoiți Sursa

[godot] Fix S3 upload.

Mario Zechner 2 ani în urmă
părinte
comite
341217ad6f
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      .github/workflows/spine-godot.yml

+ 3 - 3
.github/workflows/spine-godot.yml

@@ -38,7 +38,7 @@ jobs:
         uses: actions/upload-artifact@v2
         uses: actions/upload-artifact@v2
         with:
         with:
           name: godot-editor-windows.zip
           name: godot-editor-windows.zip
-          path: spine-godot/godot/bin\godot.windows.opt.tools.64.s.exe
+          path: spine-godot/godot/bin/godot.windows.opt.tools.64.s.exe
 
 
   godot-editor-linux:
   godot-editor-linux:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
@@ -350,8 +350,8 @@ jobs:
         run: |
         run: |
           BRANCH=${GITHUB_REF#refs/heads/}
           BRANCH=${GITHUB_REF#refs/heads/}
           echo "branch: $BRANCH"
           echo "branch: $BRANCH"
-          mv godot.windows.opt.tools.64.exe godot-$BRANCH-$GODOT_TAG.exe
-          mv godot.x11.opt.tools.64 godot-$BRANCH-$GODOT_TAG
+          mv godot.windows.opt.tools.64.s.exe godot-$BRANCH-$GODOT_TAG.exe
+          mv godot.x11.opt.tools.64s godot-$BRANCH-$GODOT_TAG
           zip godot-editor-windows.zip godot-$BRANCH-$GODOT_TAG.exe
           zip godot-editor-windows.zip godot-$BRANCH-$GODOT_TAG.exe
           zip godot-editor-linux.zip godot-$BRANCH-$GODOT_TAG
           zip godot-editor-linux.zip godot-$BRANCH-$GODOT_TAG
           aws s3 cp godot-editor-windows.zip s3://spine-godot/$BRANCH/$GODOT_TAG/
           aws s3 cp godot-editor-windows.zip s3://spine-godot/$BRANCH/$GODOT_TAG/