From 93fd81b38b74d84fcb39784048743ad4877e157b Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 13 Apr 2021 10:36:34 +0430 Subject: [PATCH] [SKIP CI] fix the glob --- .github/workflows/publish.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d731db0..bffc869 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,18 +68,12 @@ jobs: dependencies-cache-enabled: true configuration-cache-enabled: true - - - name: Create repo artifacts - run: | - cd master - ./.github/scripts/create-repo.sh - - name: Upload Release uses: xresloader/upload-to-github-release@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - file: "master/repo/*" + file: "master/server/build/*.jar;master/server/build/*-win32.zip" tags: true draft: true verbose: true