Skip to content

Commit

Permalink
update packsquash.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmakila committed Mar 17, 2024
1 parent bbdf512 commit 42a8def
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/packsquash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ jobs:
options: |
pack_directory = 'waepack'
output_file_path = '/tmp/waepack-${{ github.ref_name }}.zip'
artifact_name = 'waepack-${{ github.ref_name }}.zip'
- name: Run PackSquash (waepack-models)
uses: ComunidadAylas/PackSquash-action@v4
with:
packsquash_version: latest
options: |
pack_directory = 'waepack-models'
output_file_path = '/tmp/waepack-models-${{ github.ref_name }}.zip'
artifact_name = 'waepack-models-${{ github.ref_name }}.zip'
- name: Create release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 42a8def

Please sign in to comment.