diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2021-05-03 12:11:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-03 12:11:59 +0200 |
| commit | 5362a565a36a64e2fe68ee5fb758174fd6920c0a (patch) | |
| tree | 32e72175723022355f5760dbfa3eb9528d098512 /.github | |
| parent | 445c189d6186e1b8f6b38d59ff69236bd3ac6770 (diff) | |
Update nigthly.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nigthly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nigthly.yml b/.github/workflows/nigthly.yml index cf2613b..db74506 100644 --- a/.github/workflows/nigthly.yml +++ b/.github/workflows/nigthly.yml @@ -34,7 +34,7 @@ jobs: shell: cmd run: | mkdir dist - copy ols.exe dist/ + copy ols.exe dist - name: Upload artifacts uses: actions/upload-artifact@v1 with: |