Skip to content

Commit c6c1183

Browse files
authored
Merge pull request #144 from fosslight/develop2
Update package version for github actions
2 parents ffc2bf8 + fb0ed4c commit c6c1183

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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

0 commit comments

Comments
 (0)