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

Commit

Permalink
CI: remove upx
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Apr 25, 2021
1 parent ee97876 commit e803d46
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,8 @@ jobs:
cp -a headers/* D:/out/headers
shell: bash

- name: UPX GitHub Action
uses: crazy-max/[email protected]
with:
version: latest
file: D:/out/LiteLoader.dll

- name: Upload artifact
uses: actions/[email protected]
with:
name: LiteLoader
path: D:/out
path: D:/out

0 comments on commit e803d46

Please sign in to comment.