소스 검색

include crytomator-*.jar in mods dir

Sebastian Stenzel 4 년 전
부모
커밋
f1f55fc0dd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -70,6 +70,7 @@ jobs:
         run: |
           cp LICENSE.txt target
           cp dist/${{ matrix.launcher }} target
+          cp target/cryptomator-*.jar target/mods
         shell: bash
       - name: Upload buildkit-${{ matrix.profile }}
         uses: actions/upload-artifact@v2