mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:05:44 +01:00
fix: gave arguments before the executing command
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
# compile the binary
|
# compile the binary
|
||||||
- run: make compile ARCH=linux-x86_64
|
- run: make compile ARCH=linux-x86_64
|
||||||
- run: -rv zip ${{env.OUT}} bin/linux-x86_64/rel/*
|
- run: zip -rv ${{env.OUT}} bin/linux-x86_64/rel/*
|
||||||
# upload to the release
|
# upload to the release
|
||||||
- name: upload release
|
- name: upload release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user