Skip to content

Commit 68fa646

Browse files
committed
Update packsquash setup
1 parent 247bcb6 commit 68fa646

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/packsquash.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ jobs:
1010
with:
1111
fetch-depth: 0 # A non-shallow repository clone is required
1212
- name: Run PackSquash
13-
uses: ComunidadAylas/PackSquash-action@v3
14-
- name: Download optimized pack
15-
uses: actions/download-artifact@v5
13+
uses: ComunidadAylas/PackSquash-action@v4
1614
with:
17-
name: Optimized pack
18-
- name: Rename pack file
19-
run: mv pack.zip MinebenchRP.zip
15+
packsquash_version: latest
16+
options: |
17+
pack_directory = '.'
18+
output_file_path = '/tmp/MinebenchRP.zip'
2019
- name: Tag and create release
21-
uses: softprops/action-gh-release@v1
20+
uses: softprops/action-gh-release@v2
2221
with:
2322
tag_name: action-v${{ github.run_number }}
24-
files: MinebenchRP.zip
23+
files: /tmp/MinebenchRP.zip

0 commit comments

Comments
 (0)