Skip to content

Commit

Permalink
F | release name | delete the latest ".zip"
Browse files Browse the repository at this point in the history
  • Loading branch information
FTS427 committed Aug 15, 2024
1 parent d77e5f8 commit 1626e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ jobs:
- name: 📦 Pack Files
run: |
7z a ll_${{ github.event.inputs.LL_VER }}-bds_${{ steps.get_bds_core_version.outputs.bds_core_version }}.zip .\ll\
7z a ll_${{ github.event.inputs.LL_VER }}-bds_${{ steps.get_bds_core_version.outputs.bds_core_version }} .\ll\
- name: 🎉 Upload Release
uses: softprops/action-gh-release@v1
with:
files: ll_${{ github.event.inputs.LL_VER }}-bds_${{ steps.get_bds_core_version.outputs.bds_core_version }}.zip
files: ll_${{ github.event.inputs.LL_VER }}-bds_${{ steps.get_bds_core_version.outputs.bds_core_version }}
name: LeviLamina Packed - ${{ github.event.inputs.LL_VER }}
tag_name: ${{ github.event.inputs.LL_VER }}
body: |
Expand Down

0 comments on commit 1626e63

Please sign in to comment.