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 31860f2 commit bf05ea0Copy full SHA for bf05ea0
.github/workflows/release.yml
@@ -1,15 +1,11 @@
1
name: release
2
-
3
on:
4
workflow_dispatch:
5
schedule:
6
- cron: '0 0 * * *'
7
8
jobs:
9
build:
10
11
runs-on: ubuntu-latest
12
13
steps:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-python@v4
@@ -21,7 +17,7 @@ jobs:
21
17
- run: |
22
18
python build.py
23
19
24
- zip -r --junk-paths monokai-pro ./output
20
+ zip -r monokai-pro ./output
25
- name: Create Release
26
id: create_release
27
uses: actions/create-release@v1
0 commit comments