Skip to content

Commit

Permalink
Update auto release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krispyking24 authored Aug 5, 2024
1 parent 5369e0d commit d23e00b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/auto release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d23e00b

Please sign in to comment.