Skip to content

Commit

Permalink
Customize file and release names :)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovdev authored Sep 28, 2024
1 parent c3cf8c7 commit 75ca596
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packsquash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 75ca596

Please sign in to comment.