We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1e8f1 commit f354e90Copy full SHA for f354e90
.github/workflows/deploy.yml
@@ -11,8 +11,9 @@ jobs:
11
steps:
12
- name: Checkout Repo
13
uses: actions/checkout@master
14
- - name: Get the list of modified files only & Generate installers
+ - name: Get the list of modified files only
15
uses: technote-space/get-diff-action@v1
16
+ - name: Generate installers
17
run: pip install toml && python generate.py ${{ env.GIT_DIFF }}
18
- name: Archive Production Artifact
19
uses: actions/upload-artifact@master
0 commit comments