Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamguxiang committed Feb 20, 2021
2 parents 6eb2c76 + 38516ec commit 504479b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,14 @@ jobs:
cp -a headers/* D:/out/headers
shell: bash

- name: create-7z-action
uses: DuckSoft/create-7z-action@v1.0
with:
pathSource: D:/out/
pathTarget: D:/LiteLoader.7z

- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
with:
name: LiteLoader
path: D:/out
path: D:/LiteLoader.7z
2 changes: 1 addition & 1 deletion headers/liteloader.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#define LIAPI __declspec(dllexport)
#endif
typedef unsigned char uchar;
#define LiteLoaderVersion "0.1.6"
#define LiteLoaderVersion "0.1.7"

0 comments on commit 504479b

Please # to comment.