From 081bf9b23628cdfa26ef175b91196d9a006be081 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Mon, 8 Jul 2024 17:31:01 +0300 Subject: [PATCH] [tmp] debug --- .github/workflows/release.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c8bcd1..20c758a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,6 @@ name: Release -on: - push: - tags: - - v*.*.* +on: [ push ] concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -31,10 +28,7 @@ jobs: - name: Build source package run: | make dist - - name: Publish Release - uses: softprops/action-gh-release@v2 - with: - files: | - decasify-${{ env.VERSION }}.zip - decasify-${{ env.VERSION }}.tar.zst - decasify-${{ env.VERSION }}.sha256.txt + - name: check source dir + run: | + make distdir + ls -al decasify-*/