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