File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
distribution : ' corretto'
28
28
java-version : ' 17'
29
- - run : ./gradlew check createDistributable packageDistributionForCurrentOS
29
+ - run : ./gradlew createDistributable packageDistributionForCurrentOS
30
30
- run : pushd ./build/compose/binaries/main/app && ls -al && tar -cvzf "app.tar.gz" "Hello HTTP" && mv "app.tar.gz" "../../../../../HelloHTTP-${{ github.ref_name }}-linux-${{ runner.arch }}.tar.gz" && popd
31
31
- uses : softprops/action-gh-release@v1
32
32
with :
40
40
with :
41
41
distribution : ' corretto'
42
42
java-version : ' 17'
43
- - run : ./gradlew check createDistributable packageDistributionForCurrentOS
43
+ - run : ./gradlew createDistributable packageDistributionForCurrentOS
44
44
- run : pushd ./build/compose/binaries/main/app && dir && tar -acf "app.zip" "Hello HTTP" && move "app.zip" "../../../../../HelloHTTP-${{ github.ref_name }}-windows-${{ runner.arch }}.zip" && popd
45
45
- uses : softprops/action-gh-release@v1
46
46
with :
58
58
with :
59
59
distribution : ' corretto'
60
60
java-version : ' 17'
61
- - run : ./gradlew check createDistributable packageDistributionForCurrentOS
61
+ - run : ./gradlew createDistributable packageDistributionForCurrentOS
62
62
- run : mv ./build/compose/binaries/main/dmg/*.dmg "./HelloHTTP-${{ github.ref_name }}-macos-${{ runner.arch }}.dmg"
63
63
- uses : softprops/action-gh-release@v1
64
64
with :
You can’t perform that action at this time.
0 commit comments