From 244f24e80ad51e12fd91777ef21cd378451f42f8 Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Wed, 8 Jan 2025 18:37:53 +0100 Subject: [PATCH] WIP --- .github/workflows/build_and_publish.yml | 6 ++---- README.md | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 6e0706d..e8a63db 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -35,8 +35,6 @@ jobs: uses: snapcore/action-publish@v1 env: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }} - with: - snap: ${{needs.build.outputs.snap-file}} - release: stable with: - snap: '' + snap: ${{needs.build.outputs.snap-file}} + release: stable diff --git a/README.md b/README.md index 10f8c5b..23d2cf5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ release of [DuckDB](https://github.com/duckdb/duckdb/releases/). I made this package to make it easier to install DuckDB on different GNU/Linux distributions like Debian, Ubuntu, Fedora, etc. and to keep it up-to-date. Currently, the package is built for the `amd64` architecture only. + Please note that this is an unofficial Snap package for DuckDB. ## Installation