Skip to content

Commit 3336ff7

Browse files
committed
fix: update path to package-dosh action in release workflow
1 parent 112f28b commit 3336ff7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939

40-
- uses: ./actions/package-dosh
40+
- uses: ./.github/actions/package-dosh
4141
with:
4242
dosh-binary-name: dosh-linux-arm64
4343
dist-path: dist
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v4
5454

55-
- uses: ./actions/package-dosh
55+
- uses: ./.github/actions/package-dosh
5656
with:
5757
dosh-binary-name: dosh-linux-x86_64
5858
dist-path: dist
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v4
6969

70-
- uses: ./actions/package-dosh
70+
- uses: ./.github/actions/package-dosh
7171
with:
7272
dosh-binary-name: dosh-macos-x86_64
7373
dist-path: dist
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- uses: actions/checkout@v4
8484

85-
- uses: ./actions/package-dosh
85+
- uses: ./.github/actions/package-dosh
8686
with:
8787
dosh-binary-name: dosh-windows-x86_64
8888
dist-path: dist

0 commit comments

Comments
 (0)