Skip to content

Commit 447c184

Browse files
Path bug error?
1 parent 1994347 commit 447c184

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ on: push
33

44
jobs:
55
ubuntu-latest-build:
6-
uses: ./.github/workflows/main.yml
6+
uses: main.yml
77
with:
88
os: macos-latest

.github/workflows/ubuntu-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ on: push
33

44
jobs:
55
ubuntu-latest-build:
6-
uses: ./.github/workflows/main.yml
6+
uses: main.yml
77
with:
88
os: ubuntu-latest

.github/workflows/windows-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ on: push
33

44
jobs:
55
windows-latest-build:
6-
uses: ./.github/workflows/main.yml
6+
uses: main.yml
77
with:
88
os: windows-latest

0 commit comments

Comments
 (0)