We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d911be commit 576ff3eCopy full SHA for 576ff3e
.github/workflows/build.yml
@@ -26,6 +26,7 @@ jobs:
26
run: |
27
wget -nv https://nexus.sismics.com/repository/sismics/play-${PLAY_VERSION}.zip
28
unzip -q play-${PLAY_VERSION}.zip
29
+ chmod +x play-${PLAY_VERSION}/play
30
play-${PLAY_VERSION}/play deps --sync
31
wget https://repo1.maven.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15.jar -P lib
32
zip -r package.zip app conf lib src *.md LICENSE play.plugins
0 commit comments