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
|
||||
|
||||
- name: Checkout Repo
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: source
|
||||
fetch-depth: 1
|
||||
sparse-checkout: 'README.md'
|
||||
- name: Create latest pre-release
|
||||
if: github.ref == 'refs/heads/master'
|
||||
working-directory: source
|
||||
run: |
|
||||
gh release delete latest --cleanup-tag || true
|
||||
|
||||
Reference in New Issue
Block a user