Skip to content

Commit

Permalink
add missing file to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Blume committed Sep 19, 2023
1 parent 8f9762a commit 83af815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- run: pyinstaller -F src/wgrd_cons_tools/decode_ess.py
- run: pyinstaller -F src/wgrd_cons_tools/encode_ess.py
- run: pyinstaller -F src/wgrd_cons_tools/generate_sformat.py
- run: pyinstaller -F src/wgrd_cons_tools/tgv_dds_tool.py
- uses: actions/upload-artifact@v3
with:
path: dist/*

0 comments on commit 83af815

Please sign in to comment.