Skip to content

Commit

Permalink
update build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesWu committed Sep 13, 2024
1 parent 2fd0bb5 commit 0fe636e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Package
name: beta

on:
push:
Expand Down Expand Up @@ -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
name: FreeMote-${{ github.workflow }}-${{ github.run_number }}
path: FreeMoteToolkit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 0fe636e

Please sign in to comment.