Dan Korostelev 5 년 전
부모
커밋
979a223255
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      .github/workflows/main.yml

+ 6 - 0
.github/workflows/main.yml

@@ -43,6 +43,12 @@ jobs:
           ldd -v ./haxe
           ldd -v ./haxelib
 
+      - name: Upload artifact
+        uses: actions/[email protected]
+        with:
+          name: linuxBinaries
+          path: out
+
   linux-test:
     needs: linux-build
     runs-on: ubuntu-latest