Skip to content

Commit

Permalink
fix: package.yml and README
Browse files Browse the repository at this point in the history
  • Loading branch information
empty-233 committed Jul 25, 2023
1 parent 42970fe commit e0d35be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- name: Package repository
run: |
tar -cf package.tar.gz --exclude-vcs --exclude=.gitignore .
tar -cf package.tar.gz --exclude-vcs --exclude=.gitignore --exclude='.github' *
- name: Create Release
id: create_release
Expand All @@ -21,7 +21,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ tencent-sandbox 是使用 [Windows sandbox](https://learn.microsoft.com/zh-cn/wi

启用 `Windows 沙盒`

git clone 本项目,或者点击上面的**下载本项目** `Code->Download ZIP`
git clone 本项目,**或者点击`Releases`下载**

``` bash
git clone https://github.com/empty-233/tencent-sandbox.git
```



然后按照以下结构**创建空文件夹**

也可以使用`mkdir.bat`**一键创建以下结构目录**
Expand Down

0 comments on commit e0d35be

Please sign in to comment.