diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2021-05-03 14:32:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-03 14:32:54 +0200 |
| commit | 8d5851a46a6457a94ca740169c7123da8210a67d (patch) | |
| tree | 6f023b85d1ebabe0e9141775535c95bfbee0e938 /.github/workflows | |
| parent | 939e29cdf960f9fa524ba296177f0e85c17e0934 (diff) | |
Update nightly.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d0af7c0..03c2abf 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -64,9 +64,9 @@ jobs: name: dist-x86_64-pc-windows-msvc path: dist - run: | - gzip ols-x86_64-pc-windows-msvc.exe ls -al ./dist - + gzip ols-x86_64-pc-windows-msvc + - name: Publish Release uses: ./.github/actions/github-release with: |