Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Nov 21, 2023
1 parent e72ef77 commit 8618db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Run build script
run: |
python Tools/BuildAddOn.py --configFile config.json --acVersion ${{ matrix.version }} --release --package
python Tools/BuildAddOn.py --configFile config.json --acVersion ${{ matrix.ac-version }} --release --package
- name: Create Release
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 8618db3

Please sign in to comment.