File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments