Skip to content

Commit

Permalink
Generate json files prior to release (#706)
Browse files Browse the repository at this point in the history
This ensures the json files are always up to date prior to a release and allows us remove these files from the repository.
  • Loading branch information
charliefoxtwo authored Jun 11, 2024
1 parent ea20d8e commit cd7dbdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1,397 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up lua
uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.1.5"

# recompile, so the generated files are always up-to-date
- name: compile
run: |
lua ./Scripts/DCS-BIOS/test/compile/LocalCompile.lua
- name: Archive Release
uses: thedoctor0/zip-release@0.7.6
with:
Expand Down
Loading

0 comments on commit cd7dbdf

Please sign in to comment.