Browse Source

Proper multiline expression

Toni Helenius 3 tuần trước cách đây
mục cha
commit
560b34bc77
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 4 3
      .github/workflows/release.yml

+ 4 - 3
.github/workflows/release.yml

@@ -36,9 +36,10 @@ jobs:
       uses: softprops/action-gh-release@v1
 
       with:
-        files: dist/jmonkeyplatform*.*
-               dist/jmonkeyengine-sdk*.*
-               dist/jMonkeyEngine-SDK*.*
+        files: |
+          dist/jmonkeyplatform*.*
+          dist/jmonkeyengine-sdk*.*
+          dist/jMonkeyEngine-SDK*.*
         tag_name:  ${{ github.ref }}
         name: Release ${{ github.ref }}
       env: