diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0617653..ebf2424 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build and Package +name: beta on: push: @@ -41,10 +41,9 @@ jobs: Move-Item FreeMoteToolkit/*.dll FreeMoteToolkit/lib Move-Item FreeMoteToolkit/x86 FreeMoteToolkit/lib/ Move-Item FreeMoteToolkit/x64 FreeMoteToolkit/lib/ - 7z a FreeMote.zip FreeMoteToolkit\* - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: FreeMote - path: FreeMote.zip \ No newline at end of file + name: FreeMote-${{ github.workflow }}-${{ github.run_number }} + path: FreeMoteToolkit \ No newline at end of file diff --git a/README.md b/README.md index 982af9e..2efe88c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # FreeMote -[![Build Status](https://ci.appveyor.com/api/projects/status/github/UlyssesWu/FreeMote?branch=master&svg=true)](https://ci.appveyor.com/project/UlyssesWu/freemote/build/artifacts) +[![Build Status](https://github.com/UlyssesWu/FreeMote/actions/workflows/build.yml/badge.svg)](https://github.com/UlyssesWu/FreeMote/actions/workflows/build.yml) Managed EMT/PSB tool libs.