Remove checkout step from release.yml
Removed checkout step from release workflow.
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -12,9 +12,6 @@ jobs:
|
|||||||
name: Build and release (master only)
|
name: Build and release (master only)
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Build Engine for Linux
|
- name: Build Engine for Linux
|
||||||
run: |
|
run: |
|
||||||
cd $(git rev-parse --show-toplevel)
|
cd $(git rev-parse --show-toplevel)
|
||||||
|
|||||||
Reference in New Issue
Block a user