fixed script path

This commit is contained in:
Surferlul 2023-10-10 04:17:09 +02:00
parent 756a869c44
commit 22d924c523

View File

@ -12,6 +12,6 @@ runs:
python-version: '3.12'
# Optional - x64 or x86 architecture, defaults to x64
architecture: 'x64'
- run: python main.py ${{ github.workspace }}
- run: python ${{ github.action_path }}/main.py ${{ github.workspace }}
shell: bash