Skip to content

Commit

Permalink
Fix build.yml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvanheusden authored Oct 14, 2022
1 parent e711c7b commit deb9f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}*.*

0 comments on commit deb9f0b

Please sign in to comment.