Skip to content

Commit 36f75eb

Browse files
authored
Update check-multi-platform.yml
1 parent 035782e commit 36f75eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: build
15-
./debian.sh
15+
- run: ./debian.sh
1616

1717
publish:
1818
needs: [build]
1919
runs-on: ubuntu-latest
2020
environment: production
2121
steps:
2222
- name: publish
23-
./startup.sh
23+
- run: ./startup.sh
2424

0 commit comments

Comments
 (0)