Skip to content

Commit b8ed2f2

Browse files
authored
Update buildstep.yml
1 parent fb8e2d5 commit b8ed2f2

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/buildstep.yml

+1-17
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
13-
1412
steps:
1513
- uses: actions/checkout@v3
16-
- name: Set up Python 3.10
17-
uses: actions/setup-python@v3
18-
with:
19-
python-version: "3.10"
2014
- name: Begin
2115
run: |
2216
python3 ./buildstep.py
@@ -70,14 +64,4 @@ jobs:
7064
draft: true
7165
title: Build Test
7266
files: |
73-
AdvocateAncientMonoOTCs.7z
74-
AdvocateAncientMonoOTFs.7z
75-
AdvocateAncientSansOTCs.7z
76-
AdvocateAncientSansOTFs.7z
77-
AdvocateAncientSansHWOTCs.7z
78-
AdvocateAncientSansHWOTFs.7z
79-
AdvocateAncientSansFANTI.7z
80-
AdvocateAncientSerifOTCs.7z
81-
AdvocateAncientSerifOTFs.7z
82-
AdvocateAncientSerifFANTI.7z
83-
01.7z
67+
*.7z

0 commit comments

Comments
 (0)