Fix build.yml typo

This commit is contained in:
Maarten
2022-10-14 19:58:39 +02:00
committed by GitHub
parent e711c7b6c6
commit deb9f0b53a

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set up npm project
run: npm install
- name: build project
- name: Build project
run: npm run buildall
- name: Move x64 exe
@@ -42,4 +42,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: SteamDepotDownloaderGUI-${{ github.run_number }}
path: SteamDepotDownloaderGUI-${{ github.run_number }}*.*
path: SteamDepotDownloaderGUI-${{ github.run_number }}*.*