From ec8af38a4501c471e7aefb2631dfbe652ab183c9 Mon Sep 17 00:00:00 2001 From: Limmek Date: Sat, 19 Aug 2023 13:40:09 +0200 Subject: [PATCH] modified: .github/workflows/release.yml --- .github/workflows/release.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4a61ed..10c3de5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,18 +2,11 @@ name: Package and release on: workflow_dispatch: -# push: -# tags: -# - "**" + push: + tags: + - "**" -defaults: - run: - working-directory: ./Shitlist - -# a workflow is built up as jobs, and within these jobs are steps jobs: - - # "release" is a job, you can name it anything you want release: runs-on: ubuntu-latest @@ -30,4 +23,4 @@ jobs: - name: Package and release uses: BigWigsMods/packager@v2 with: - args: -S -w 0 -a 0 -p 0 + args: -S -w 0 -a 0 -p 0 -m .pkgmeta -d