Skip to content

Commit

Permalink
misc: rename ci -> tools and add ssl subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Oct 2, 2023
1 parent 1929a19 commit 29ce5d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/checkout@v3

- name: "build"
run: make
run: cd ssl && make

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: assets.tar.gz
files: ssl/assets.tar.gz
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# ci
Prebuilt assets (openssl/libressl) and helpers for Travis CI
# Tools

## /ssl
Prebuilt assets helpers (openssl/libressl)
File renamed without changes.

0 comments on commit 29ce5d3

Please sign in to comment.