Skip to content

Commit

Permalink
fix zip
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig committed Apr 4, 2022
1 parent 7dbff6e commit d2897b4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/keyboardGT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
wget https://sourceforge.net/projects/saxon/files/Saxon-HE/10/Java/SaxonHE10-5J.zip/download
unzip download


- name: make gh-pages_out
run: mkdir ghout

Expand Down Expand Up @@ -53,11 +56,11 @@ jobs:
cp scripts/_config.yml ghout/
- name: Archive the ocrdzip files from ocrdzip_out folder
- name: Archive the keyboard files
uses: thedoctor0/zip-release@master
with:
filename: site.zip
path: 'ocrdzip_out'
path: 'ghout/keyboards'

# GitHub release

Expand Down

0 comments on commit d2897b4

Please sign in to comment.