diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2021-05-03 14:53:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-03 14:53:19 +0200 |
| commit | 910121230cd611b5eb393e69011bf46cba2a838e (patch) | |
| tree | e83f2c031a40cd2599f1142a111563aeb2854a49 /.github | |
| parent | 611bff3c0253a7f94ecabc6483bcb672622d8ba5 (diff) | |
Update nightly.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a6624aa..51e5934 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -36,7 +36,7 @@ jobs: mkdir dist copy ols.exe dist cd dist - ren ols.exe ols-x86_64-pc-windows-msvc + ren ols.exe ols-x86_64-pc-windows-msvc.exe - name: Upload artifacts uses: actions/upload-artifact@v1 with: @@ -65,8 +65,8 @@ jobs: path: dist - run: | ls -al ./dist - gzip ols-x86_64-pc-windows-msvc - + zip ols-x86_64-pc-windows-msvc.zip ols-x86_64-pc-windows-msvc.exe + - name: Publish Release uses: ./.github/actions/github-release with: |