mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 03:25:45 +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
|
||||
# compile the binary
|
||||
- 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
|
||||
- name: upload release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
||||
Reference in New Issue
Block a user