Skip to content

Commit f354e90

Browse files
committed
Fixing issue
1 parent 5e1e8f1 commit f354e90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout Repo
1313
uses: actions/checkout@master
14-
- name: Get the list of modified files only & Generate installers
14+
- name: Get the list of modified files only
1515
uses: technote-space/get-diff-action@v1
16+
- name: Generate installers
1617
run: pip install toml && python generate.py ${{ env.GIT_DIFF }}
1718
- name: Archive Production Artifact
1819
uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)