diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2021-05-04 19:32:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 19:32:10 +0200 |
| commit | 41de50c6ccd87f6eaa9393c64fa72f13eff6aa36 (patch) | |
| tree | dde4b554f7053b1efa1ae89fd0dcff8f63c7800a /.github | |
| parent | 8b11c0c582d35a9f6cf76295aebcfc2b91255834 (diff) | |
Update nightly.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ac4f46a..f6bcb99 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -68,6 +68,7 @@ jobs: ls -al ./dist cd dist zip ols-x86_64-pc-windows-msvc.zip ols-x86_64-pc-windows-msvc.exe builtin + rm -rf builtin - name: Publish Release uses: ./.github/actions/github-release |