Skip to content

Commit bf05ea0

Browse files
author
Jonathan Esposito
committed
Updated release.yml
1 parent 31860f2 commit bf05ea0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
name: release
2-
32
on:
43
workflow_dispatch:
54
schedule:
65
- cron: '0 0 * * *'
7-
86
jobs:
97
build:
10-
118
runs-on: ubuntu-latest
12-
139
steps:
1410
- uses: actions/checkout@v3
1511
- uses: actions/setup-python@v4
@@ -21,7 +17,7 @@ jobs:
2117
- run: |
2218
python build.py
2319
- run: |
24-
zip -r --junk-paths monokai-pro ./output
20+
zip -r monokai-pro ./output
2521
- name: Create Release
2622
id: create_release
2723
uses: actions/create-release@v1

0 commit comments

Comments
 (0)