1
0
Le Tan 3 жил өмнө
parent
commit
0e9b6894c7

+ 7 - 0
.github/workflows/ci-win.yml

@@ -164,6 +164,13 @@ jobs:
           release: Continuous Build
           tag: continuous-build
 
+      - name: Test
+        shell: cmd
+        run: |
+          dir .
+          dir .\distrib
+        working-directory: ${{runner.workspace}}/build
+
       - name: Release
         if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, '[Release]')
         uses: ncipollo/[email protected]