diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 1591332..549059a 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -35,7 +35,7 @@ jobs: uses: actions/upload-artifact@v2.2.3 if: runner.os == 'Windows' with: - name: nbr-win32.zip + name: nbr-win32 # A file, directory or wildcard pattern that describes what to upload path: _build/install/default/bin/nbr.exe retention-days: 1 @@ -44,7 +44,7 @@ jobs: uses: actions/upload-artifact@v2.2.3 if: runner.os == 'Linux' with: - name: nbr-linux.zip + name: nbr-linux # A file, directory or wildcard pattern that describes what to upload path: _build/install/default/bin/nbr retention-days: 1