From 5f572d37ad310ff6a5c5f3ae28f44340fa4bcb8b Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 5 Apr 2023 06:57:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/build.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index de7faa1..cf793ee 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -32,11 +32,15 @@ jobs: archive_output: true verbose: true wine_path: ${{ steps.wine_install.outputs.WINE_PATH }} + - name: print info + run: | + ls + ls build - name: create release - uses: https://github.com/ncipollo/release-action@v1.11.2 + uses: https://github.com/ncipollo/release-action@v1 with: token: ${{ secrets.DEPLOY_TOKEN }} - generateReleaseNotes: true - tag: ${{ github.ref_name }} + tag: ${{ github.ref_name }} Test + name: Test artifacts: ${{ steps.export.outputs.archive_directory }}/* # Added "/*" at the end is glob pattern match for this action