From 713cfe4811c7a564cab21df9d9920d187a968036 Mon Sep 17 00:00:00 2001 From: Warm Beer Date: Sat, 29 Jan 2022 16:29:47 +0100 Subject: [PATCH] workflow: disable binary releases until properly licensed --- .github/workflows/test_build_release.yml | 26 ++++++++++++------------ NOTICE | 0 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 NOTICE diff --git a/.github/workflows/test_build_release.yml b/.github/workflows/test_build_release.yml index 344b8a025..45bf94894 100644 --- a/.github/workflows/test_build_release.yml +++ b/.github/workflows/test_build_release.yml @@ -42,16 +42,16 @@ jobs: name: torrust-tracker path: ./target/release/torrust-tracker - release: - needs: build - runs-on: ubuntu-latest - steps: - - name: Download build artifact - uses: actions/download-artifact@v2 - with: - name: torrust-tracker - - name: Release - uses: softprops/action-gh-release@v1 - with: - files: | - torrust-tracker +# release: +# needs: build +# runs-on: ubuntu-latest +# steps: +# - name: Download build artifact +# uses: actions/download-artifact@v2 +# with: +# name: torrust-tracker +# - name: Release +# uses: softprops/action-gh-release@v1 +# with: +# files: | +# torrust-tracker diff --git a/NOTICE b/NOTICE new file mode 100644 index 000000000..e69de29bb