File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 update-changelog :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v3.4.0
1515 with :
1616 fetch-depth : 0
1717 ref : main
6565 OUT_FILE_NAME : fosslight_prechecker_windows.exe
6666 ASSET_MIME : application/vnd.microsoft.portable-executable
6767 steps :
68- - uses : actions/checkout@v3
68+ - uses : actions/checkout@v3.4.0
6969 with :
7070 ref : main
7171 - name : Set up Python 3.8
@@ -91,10 +91,10 @@ jobs:
9191 asset_content_type : ${{ matrix.ASSET_MIME}}
9292
9393 deploy :
94- runs-on : ubuntu-latest
94+ runs-on : ubuntu-20.04
9595 needs : build
9696 steps :
97- - uses : actions/checkout@v3
97+ - uses : actions/checkout@v3.4.0
9898 with :
9999 ref : main
100100 - name : Set up Python
Original file line number Diff line number Diff line change 4747 TARGET : windows
4848 CMD_BUILD : |
4949 tox -e windows
50- pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --collect-data reuse &&
50+ pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --collect-datas reuse --collect-datas fosslight_util &&
5151 move dist/cli.exe fosslight_prechecker_windows.exe &&
5252 ./fosslight_prechecker_windows.exe
5353 OUT_FILE_NAME : fosslight_prechecker_windows.exe
You can’t perform that action at this time.
0 commit comments