Update build.yml

This commit is contained in:
oxmc
2022-12-31 05:08:36 -08:00
committed by GitHub
parent bd928b7305
commit c97ee98f6a
+1 -1
View File
@@ -13,5 +13,5 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: script
run: QuestAssetGenerator.py -a ${{ secrets.GITHUB_TOKEN }}
run: QuestAssetGenerator.py -a "${{ secrets.GITHUB_TOKEN }}"
shell: python