Skip to content

Commit afe8452

Browse files
authored
Fix typos in build.yml (#229)
1 parent 3a960cd commit afe8452

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
mkdir ../master
5454
mv *.deb *.tar.xz ../master
5555
56-
- name: Get Pacakge Names
56+
- name: Get Package Names
5757
id: package_names
5858
working-directory: ${{github.workspace}}/master
5959
run: |
@@ -196,7 +196,7 @@ jobs:
196196
mkdir ../master
197197
mv *.dmg ../master
198198
199-
- name: Get Pacakge Names
199+
- name: Get Package Names
200200
id: package_names
201201
working-directory: ${{github.workspace}}/master
202202
run: |
@@ -266,7 +266,7 @@ jobs:
266266
mkdir ..\master
267267
move *.7z ..\master
268268
269-
- name: Get Pacakge Names
269+
- name: Get Package Names
270270
id: package_names
271271
shell: bash
272272
working-directory: ${{github.workspace}}/master

0 commit comments

Comments
 (0)