Skip to content

Commit

Permalink
Fix workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
tfedor committed Mar 14, 2024
1 parent 2c2a14f commit 9ec6969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
strategy:
matrix:
browser: [firefox, chrome, edge]
uses: ./.github/workflows/build-browser.yml
uses: ./.github/workflows/run-build.yml
with:
browser: ${{ matrix.browser }}
2 changes: 1 addition & 1 deletion .github/workflows/run-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Augmented Steam
name: Run Build
on:
workflow_call:
inputs:
Expand Down

0 comments on commit 9ec6969

Please sign in to comment.