From d23e00bc34ae818ea77319be1a399912bcc37284 Mon Sep 17 00:00:00 2001 From: krispyking24 <77263183+krispyking24@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:47:38 +1000 Subject: [PATCH] Update auto release.yml --- .github/workflows/auto release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto release.yml b/.github/workflows/auto release.yml index 5fc3486..7ef1f17 100644 --- a/.github/workflows/auto release.yml +++ b/.github/workflows/auto release.yml @@ -9,7 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - name: Checkout code + uses: actions/checkout@v2 - name: Set up Node.js uses: actions/setup-node@v3 @@ -22,6 +23,9 @@ jobs: - name: Build run: npm run build + - name: Install unzip + run: sudo apt-get update && sudo apt-get install -y unzip + - name: Find and Extract .jar from ZIP run: | # Find the ZIP file