Skip to content

Commit dba42be

Browse files
committed
Upload pack to release
1 parent d5c8202 commit dba42be

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/packsquash.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,13 @@ jobs:
1010
with:
1111
fetch-depth: 0 # A non-shallow repository clone is required
1212
- name: Run PackSquash
13-
uses: ComunidadAylas/PackSquash-action@v3
13+
uses: ComunidadAylas/PackSquash-action@v3
14+
- name: Download optimized pack
15+
uses: actions/download-artifact@v3
16+
with:
17+
name: Optimized pack
18+
- name: Tag and create release
19+
uses: softprops/action-gh-release@v1
20+
with:
21+
tag_name: action-v${{ github.run_number }}
22+
files: pack.zip

0 commit comments

Comments
 (0)