mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 02:16:09 -07:00
Update README
This commit is contained in:
parent
a67e5f4eeb
commit
1628b013a8
|
@ -26,10 +26,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@v1
|
||||||
-
|
-
|
||||||
name: Run UPX
|
name: Run UPX
|
||||||
uses: crazy-max/ghaction-upx@master
|
uses: crazy-max/ghaction-upx@v1
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
file: ./bin/mybinary
|
file: ./bin/mybinary
|
||||||
|
|
Loading…
Reference in New Issue
Block a user