mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 09:25:44 +01:00
workflow fixes
- checkout@latest is not allowed, reverted back to checkout@v4 - set rust to use the stable release
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
OUT: ${{github.workspace}}/mcaselector-lite-${{matrix.arch}}-${{github.event.release.tag_name || github.event.inputs.release_tag}}.zip
|
OUT: ${{github.workspace}}/mcaselector-lite-${{matrix.arch}}-${{github.event.release.tag_name || github.event.inputs.release_tag}}.zip
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@latest
|
- uses: actions/checkout@v4
|
||||||
- run: make compile ARCH=${{matrix.arch}}
|
- run: make compile ARCH=${{matrix.arch}}
|
||||||
- name: compress binary information
|
- name: compress binary information
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/validate.yaml
vendored
2
.github/workflows/validate.yaml
vendored
@@ -20,6 +20,6 @@ jobs:
|
|||||||
- linux-x86_64
|
- linux-x86_64
|
||||||
- win-x86_64
|
- win-x86_64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@latest
|
- uses: actions/checkout@v4
|
||||||
- run: make compile ARCH=${{matrix.arch}}
|
- run: make compile ARCH=${{matrix.arch}}
|
||||||
# TODO: add linting checking here
|
# TODO: add linting checking here
|
||||||
|
|||||||
Reference in New Issue
Block a user