From eef6ab265c61a93fb0493b04494f0eddc61e39af Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:41:31 +0900 Subject: [PATCH] Final revision for release --- .github/workflows/build_and_publish_release.yaml | 7 +++++-- README.md | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_publish_release.yaml b/.github/workflows/build_and_publish_release.yaml index 5550e161..51435483 100644 --- a/.github/workflows/build_and_publish_release.yaml +++ b/.github/workflows/build_and_publish_release.yaml @@ -388,6 +388,9 @@ jobs: - example_images - upload_artifacts runs-on: ubuntu-latest + if: ${{ github.event_name != 'pull_request' }} + env: + TMPDIR: /tmp name: Create v${{ needs.get_semver.outputs.semver }} draft release steps: - name: Download v${{ needs.get_semver.outputs.semver }} artifacts @@ -395,7 +398,7 @@ jobs: uses: actions/download-artifact@v4 with: merge-multiple: true - path: ${{ github.workspace }}/artifacts + path: ${{ env.TMPDIR }}/artifacts - name: Create v${{ needs.get_semver.outputs.semver }} draft release uses: softprops/action-gh-release@v2 @@ -403,7 +406,7 @@ jobs: name: "Release v${{ needs.get_semver.outputs.semver }}" tag_name: v${{ needs.get_semver.outputs.semver }} append_body: true - body: "**By downloading the GStreamer build files, you acknowledge and agree to the terms of libraries and executables licensed GPLv2, GPLv3, or https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/LICENSE.txt.**" + body: "**By downloading the GStreamer build files or the portable distribution, you acknowledge and agree to the terms of libraries and executables licensed (L)GPLv2, (L)GPLv3, and https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/LICENSE.txt.**" draft: true generate_release_notes: true fail_on_unmatched_files: true diff --git a/README.md b/README.md index d79a9ca1..973a0ade 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ While designed for clustered or unprivileged containerized environments, Selkies Remote desktop software projects have always been primarily proprietary. It is difficult to maintain such a project without consistent full-time compensation or financial upkeep. -Therefore, citations in academic publications are crucial for keeping this project under academic community governance. Therefore, we kindly, but strongly ask all software projects which are applying into, embedding in, forking from, deriving from, or taking influence from this project to retain the below sections in a clearly visible location of your project and/or documentation. +Therefore, citations in academic publications are crucial for keeping this project under academic community governance, as well as to track and report the demographics of our users. Therefore, we kindly, but strongly ask all software projects which are applying into, embedding in, forking from, deriving from, or taking influence from this project to retain the below sections in a clearly visible location of your project and/or documentation. **Users of this open-source software project should cite the following publications when publishing in academic form to keep this project and original upstream projects sustainable:**