mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-29 03:35:10 +03:00
Change to mac
This commit is contained in:
parent
b55f4bacff
commit
fb666a1968
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -88,16 +88,16 @@ jobs:
|
|||||||
|
|
||||||
- name: Zip
|
- name: Zip
|
||||||
run: |
|
run: |
|
||||||
mkdir leo_${{ steps.get_version.outputs.version }}_macos
|
mkdir leo_${{ steps.get_version.outputs.version }}_mac
|
||||||
mv target/release/leo leo_${{ steps.get_version.outputs.version }}_macos
|
mv target/release/leo leo_${{ steps.get_version.outputs.version }}_mac
|
||||||
zip -r leo_${{ steps.get_version.outputs.version }}_macos.zip leo_${{ steps.get_version.outputs.version }}_macos
|
zip -r leo_${{ steps.get_version.outputs.version }}_mac.zip leo_${{ steps.get_version.outputs.version }}_mac
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
leo_${{ steps.get_version.outputs.version }}_macos.zip
|
leo_${{ steps.get_version.outputs.version }}_mac.zip
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user