Skip to content

Commit

Permalink
Upload built definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper authored Nov 26, 2024
1 parent c9bf372 commit 4069cf0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,18 @@ jobs:
with:
python-version: '3.x'
architecture: 'x64'

- name: Install Python dependencies
run: pip install beautifulsoup4

- name: Create build directory
run: mkdir -p ./build

- name: Compile LS files
run: |
bash runParser.sh ./parser.py ./docs ./build
- name: Build LuaLS definition files
run: bash runParser.sh ./parser.py ./docs ./build

- name: Upload built definitions
uses: actions/upload-artifact@v4
with:
name: definitions
path: ./build

0 comments on commit 4069cf0

Please sign in to comment.