Skip to content

Commit

Permalink
Generate version json after repack step
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jan 15, 2024
1 parent 3c7bd4c commit cda9e40
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ jobs:
then
echo 'odd_build=true' >> $GITHUB_OUTPUT
fi
- name: Create a version.json file for S3
shell: bash
run: |
export PIP_ROOT_USER_ACTION=ignore
pip3 install --upgrade pip
pip3 install gitpython
python3 bin/version_info.py > _build/repack/Release/version.json
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -78,6 +71,14 @@ jobs:
- name: Build ckan.exe and netkan.exe
run: ./build --configuration=Release

- name: Create a version.json file for S3
shell: bash
run: |
export PIP_ROOT_USER_ACTION=ignore
pip3 install --upgrade pip
pip3 install gitpython
python3 bin/version_info.py > _build/repack/Release/version.json
- name: Build deb
env:
CODENAME: nightly
Expand Down

0 comments on commit cda9e40

Please sign in to comment.