Skip to content

Commit eef6ab2

Browse files
authored
Final revision for release
1 parent 3b0dfd2 commit eef6ab2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/build_and_publish_release.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,22 +388,25 @@ jobs:
388388
- example_images
389389
- upload_artifacts
390390
runs-on: ubuntu-latest
391+
if: ${{ github.event_name != 'pull_request' }}
392+
env:
393+
TMPDIR: /tmp
391394
name: Create v${{ needs.get_semver.outputs.semver }} draft release
392395
steps:
393396
- name: Download v${{ needs.get_semver.outputs.semver }} artifacts
394397
id: artifact
395398
uses: actions/download-artifact@v4
396399
with:
397400
merge-multiple: true
398-
path: ${{ github.workspace }}/artifacts
401+
path: ${{ env.TMPDIR }}/artifacts
399402

400403
- name: Create v${{ needs.get_semver.outputs.semver }} draft release
401404
uses: softprops/action-gh-release@v2
402405
with:
403406
name: "Release v${{ needs.get_semver.outputs.semver }}"
404407
tag_name: v${{ needs.get_semver.outputs.semver }}
405408
append_body: true
406-
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.**"
409+
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.**"
407410
draft: true
408411
generate_release_notes: true
409412
fail_on_unmatched_files: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ While designed for clustered or unprivileged containerized environments, Selkies
2020

2121
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.
2222

23-
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.
23+
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.
2424

2525
**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:**
2626

0 commit comments

Comments
 (0)