From 744c6e66537e498e5f09df4de507a8011ae5e3ab Mon Sep 17 00:00:00 2001 From: Mario Alejandro Montoya Date: Sun, 30 Aug 2020 14:10:34 -0500 Subject: [PATCH] Fix display site on safari, try other release CI --- .github/workflows/rust.yml | 13 +++++++------ docs/content/_index.md | 2 +- docs/templates/base.html | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ae4352d..290155a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -65,11 +65,12 @@ jobs: with: command: build args: --release --all --locked - - name: Upload binaries to release - uses: svenstaro/upload-release-action@v2 + - run: mv target/release/${{ matrix.artifact_name }} target/release/${{ matrix.asset_name }} + - uses: marvinpinto/action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: target/release/${{ matrix.artifact_name }} - asset_name: ${{ matrix.asset_name }} - tag: "latest" - overwrite: true + automatic_release_tag: "latest" + prerelease: true + title: "TablaM Binaries" + files: | + target/release/${{ matrix.asset_name }} diff --git a/docs/content/_index.md b/docs/content/_index.md index 7cd8350..031c999 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -58,7 +58,7 @@ So, what *kind* of language is **TablaM**? - Built-in support for a variety of protocols, formats and data transformation **(tbd)**. -- No needs ORMs. Talk directly to major RDBMS/SQL databases (PostgreSQL, MySql, SQL Server, SQLite) **(tbd)**. +- No needs for ORMs. Talk directly to major RDBMS/SQL databases (PostgreSQL, MySql, SQL Server, SQLite) **(tbd)**. diff --git a/docs/templates/base.html b/docs/templates/base.html index aa6145d..5e5710f 100644 --- a/docs/templates/base.html +++ b/docs/templates/base.html @@ -31,7 +31,7 @@