Skip to content

Commit

Permalink
0.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Nov 15, 2021
1 parent d876129 commit 2b1dc6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
--release true \
--signed true
fi
publishExecutable:
uploadExamples:
runs-on: ubuntu-latest
env:
AMMONITE_BOT_AUTH_TOKEN: ${{ secrets.AMMONITE_BOT_AUTH_TOKEN }}
Expand All @@ -68,6 +68,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '8'
- name: Upload Example Zips
run: ./mill uploadToGithub


Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cask 0.7.19: a Scala HTTP micro-framework [![Build Status][travis-badge]][travis-link] [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
Cask 0.7.20: a Scala HTTP micro-framework [![Build Status][travis-badge]][travis-link] [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
============================================================================================================================================================================

[travis-badge]: https://travis-ci.org/lihaoyi/cask.svg
Expand Down Expand Up @@ -46,7 +46,7 @@ courtesy of EJ Technologies

## Changelog

### 0.7.19
### 0.7.20

- Fix example project zips

Expand Down

0 comments on commit 2b1dc6f

Please sign in to comment.