Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
工作流测试
Browse files Browse the repository at this point in the history
  • Loading branch information
yblpoi committed Feb 12, 2023
1 parent b348041 commit 5a7ca61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bulid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
REPO_BRANCH: main
UPLOAD_MODULE: true
UPLOAD_RELEASE: true
TZ: Asia/Shanghai

jobs:
build:
Expand All @@ -35,7 +34,6 @@ jobs:
sudo -E apt-get -qq install git bzip2 unzip zip p7zip p7zip-full tree
sudo -E apt-get -qq autoremove --purge
sudo -E apt-get -qq clean
sudo timedatectl set-timezone "$TZ"
sudo mkdir -p /workdir
sudo chown $USER:$GROUPS /workdir
Expand Down Expand Up @@ -94,4 +92,4 @@ jobs:
name: ${{ env.OPNAME }}
tag_name: ${{ steps.tag.outputs.release_tag }}
body_path: release.txt
files: ${{ env.MOD_DIR }}/*
files: /output/*

0 comments on commit 5a7ca61

Please sign in to comment.