diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c9e0dd..f7bc1d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/README.md b/README.md index 435827c..5d19212 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# ci -Prebuilt assets (openssl/libressl) and helpers for Travis CI +# Tools + +## /ssl +Prebuilt assets helpers (openssl/libressl) diff --git a/Makefile b/ssl/Makefile similarity index 100% rename from Makefile rename to ssl/Makefile