Parcourir la source

include crytomator-*.jar in mods dir

Sebastian Stenzel il y a 3 ans
Parent
commit
f1f55fc0dd
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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