Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored May 13, 2024
1 parent d386b85 commit 8a25887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
time_difference=${{ steps.calculate_time.outputs.time_difference }}
echo "Time since last release: $((time_difference / 86400)) days"
#python3 -m cx_Freeze -c main.py --target-dir dist/ --packages=torch,torchvision,cupy,fastrlock,tensorrt

# Runs a set of commands using the runners shell
- name: Get latest version
Expand Down Expand Up @@ -92,7 +93,6 @@ jobs:
python3 -m PyQt5.uic.pyuic src/getModels/SelectAI.ui > src/getModels/SelectAI.py
python3 -m PyQt5.uic.pyuic src/getLinkVideo/get_vid_from_link.ui > src/getLinkVideo/get_vid_from_link.py
python3 -m PyInstaller main.py --collect-all nvidia --collect-all polygraphy --collect-all tensorrt --hidden-import upscale_ncnn_py.upscale_ncnn_py_wrapper --hidden-import realcugan_ncnn_py.realcugan_ncnn_py_wrapper
#python3 -m cx_Freeze -c main.py --target-dir dist/ --packages=torch,torchvision,cupy,fastrlock,tensorrt
- name: Clone appimage repo
run: git clone https://github.com/TNTwise/REAL-Video-Enhancer-AppImage.git

Expand Down

0 comments on commit 8a25887

Please sign in to comment.