Skip to content

Commit

Permalink
Upload pack to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix616 committed Jan 16, 2023
1 parent d5c8202 commit dbb6e96
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/packsquash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@ jobs:
with:
fetch-depth: 0 # A non-shallow repository clone is required
- name: Run PackSquash
uses: ComunidadAylas/PackSquash-action@v3
uses: ComunidadAylas/PackSquash-action@v3
- name: Download optimized pack
uses: actions/download-artifact@v3
with:
name: Optimized pack
- name: Tag and create release
uses: softprops/action-gh-release@v1
with:
tag_name: action-v${{ github.run_number }}
files: MinebenchRP.zip

0 comments on commit dbb6e96

Please sign in to comment.