mirror of
https://github.com/ikunshare/Onekey.git
synced 2026-01-17 18:43:00 +08:00
艹
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -27,6 +27,9 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Get package version
|
||||
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
|
||||
|
||||
- name: Build
|
||||
uses: Nuitka/Nuitka-Action@main
|
||||
with:
|
||||
@@ -44,9 +47,6 @@ jobs:
|
||||
windows-file-description: 一个Steam仓库清单下载器
|
||||
output-file: Onekey---v${{ env.PACKAGE_VERSION }}.exe
|
||||
|
||||
- name: Get package version
|
||||
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
|
||||
|
||||
- name: Create git tag
|
||||
uses: pkgdeps/git-tag-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user