From bb7297a2f1c59b1382e63e45897f31e631b5dbbb Mon Sep 17 00:00:00 2001 From: K0IN Date: Sun, 23 Jun 2024 19:13:02 +0200 Subject: [PATCH] Update build-release-files.yml --- .github/workflows/build-release-files.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-release-files.yml b/.github/workflows/build-release-files.yml index 1f80dde..5e7ce9e 100644 --- a/.github/workflows/build-release-files.yml +++ b/.github/workflows/build-release-files.yml @@ -1,11 +1,12 @@ name: Build files and add to release on: - release: - types: - - created - - published - + # release: + # types: + # - created + # - published + push: + jobs: run-linter: runs-on: ubuntu-latest @@ -47,7 +48,7 @@ jobs: with: name: notify path: /out/notify/notify.tar.gz - + # - name: Upload release files # uses: actions/upload-release-asset@v1 # with: