Skip to content

Commit

Permalink
Merge pull request #1 from baresip/rename_ci_tools
Browse files Browse the repository at this point in the history
misc: rename ci -> tools and add ssl subdir
  • Loading branch information
sreimers authored Oct 2, 2023
2 parents 1929a19 + 29ce5d3 commit a52938e
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 a52938e

Please sign in to comment.