diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2021-05-03 12:19:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-03 12:19:53 +0200 |
| commit | 68f710eac98c259c5d7c76bad59348be3d7db28e (patch) | |
| tree | c5532afa38b1b4254d78432e45995f1e801579d1 /.github/workflows | |
| parent | 5362a565a36a64e2fe68ee5fb758174fd6920c0a (diff) | |
Update nigthly.yml
Diffstat (limited to '.github/workflows')
| -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 db74506..683c226 100644 --- a/.github/workflows/nigthly.yml +++ b/.github/workflows/nigthly.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/download-artifact@v1 with: - name: dist-x86_64-pc-windows-msv + name: dist-x86_64-pc-windows-msvc path: dist - run: ls -al ./dist |