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