mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
make sure these steps run
otherwise there is no 'source' working directory for the final step
This commit is contained in:
committed by
majcosta
parent
552951795c
commit
1976dee738
@@ -190,14 +190,12 @@ jobs:
|
|||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
if: github.ref == 'refs/heads/master'
|
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: source
|
path: source
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
sparse-checkout: 'README.md'
|
sparse-checkout: 'README.md'
|
||||||
- name: Create latest pre-release
|
- name: Create latest pre-release
|
||||||
if: github.ref == 'refs/heads/master'
|
|
||||||
working-directory: source
|
working-directory: source
|
||||||
run: |
|
run: |
|
||||||
gh release delete latest --cleanup-tag || true
|
gh release delete latest --cleanup-tag || true
|
||||||
|
|||||||
Reference in New Issue
Block a user