fix oopsies n'shit

This commit is contained in:
Aria Moradi
2021-09-03 07:57:53 +04:30
parent b4982c8f22
commit ac040a4bae
2 changed files with 6 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ jobs:
echo "$genTag"
echo "::set-output name=value::$genTag"
- name: make windows packages
- name: make bundle packages
run: |
cd master/scripts
./windows-bundler.sh win32

View File

@@ -63,18 +63,21 @@ jobs:
dependencies-cache-enabled: true
configuration-cache-enabled: true
- name: make windows packages
- name: make bundle packages
run: |
cd master/scripts
./windows-bundler.sh win32
./windows-bundler.sh win64
./unix-bundler.sh linux-x64
./unix-bundler.sh macOS-x64
./unix-bundler.sh macOS-arm64
- name: Upload Release
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "master/server/build/*.jar;master/server/build/*.zip"
file: "master/server/build/*.jar;master/server/build/*.zip;master/server/build/*.tar.gz"
tags: true
draft: true
verbose: true