From 75ca596a4a69be02967f242e03f221582d1d02d0 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 28 Sep 2024 14:56:06 +0200 Subject: [PATCH] Customize file and release names :) --- .github/workflows/packsquash.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/packsquash.yml b/.github/workflows/packsquash.yml index 7aefb31..3554148 100644 --- a/.github/workflows/packsquash.yml +++ b/.github/workflows/packsquash.yml @@ -22,9 +22,9 @@ jobs: # Set a custom output file path to work with the generated ZIP file # without needing to download its artifact in a separate step - output_file_path = '/tmp/pack.zip' + output_file_path = '/tmp/thankmas-pack.zip' - name: Tag and create release uses: softprops/action-gh-release@v2 with: - tag_name: action-v${{ github.run_number }} - files: /tmp/pack.zip + tag_name: pack-release-${{ github.run_number }} + files: /tmp/thankmas-pack.zip