aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-04 12:10:56 +0800
committerGitHub <noreply@github.com>2023-07-04 12:10:56 +0800
commit276c2cfb00d7663b8eca971296952102e2630dee (patch)
tree44969bf1d3a7ec4ca3ba052a4bbb070d7d267b81 /.github/workflows
parenta989c624dbbee9ae5d9dd72aa7654ce5ff55ff51 (diff)
downloadinfini-276c2cfb00d7663b8eca971296952102e2630dee.tar.gz
infini-276c2cfb00d7663b8eca971296952102e2630dee.zip
Delete pack.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pack.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml
deleted file mode 100644
index 3e463835..00000000
--- a/.github/workflows/pack.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-name: Build Windows Executable
-
-on:
- push:
- branches:
- - master
- pull_request:
- branches:
- - master
-
-jobs:
- build-win:
- runs-on: ubuntu-latest
-
- steps:
- - name: Set up Python
- uses: actions/setup-python@v2
- with:
- python-version: 3.9
- cache: pip
- architecture: x64
- - name: Install dependencies
- run: |
- python -m pip install --upgrade pip
- python -m pip install -r ./requirements_win.txt
- - name: Run packing
- run: |
- pyinstaller ./main.spec
- - name: Run artifact
- run: |
- mkdir HydroRollCore-Win
- cp ./dist/main.exe ./HydroRollCore-win/HydroRollCore.exe
- - name: Packing HydroRollCore-Win
- uses: actions/upload-artifact@v3
- with:
- name: HydroRollCore-Win-old-origin
- path: ./HydroRollCore-Win
- - name: Ready for Packing
- run: |
- mkdir ./HydroRollCore-Win/lib
- curl -L https://github.com/Mrs4s/go-cqhttp/releases/latest/download/go-cqhttp_windows_amd64.exe -o ./HydroRollCore-Win/lib/go-cqhttp.exe
- - name: Packing HydroRollCore-Win-with-lib
- uses: actions/upload-artifact@v3
- with:
- name: HydroRollCore-Win-old
- path: ./HydroRollCore-Win