Skip to content

Commit

Permalink
Final revision for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Jun 21, 2024
1 parent 3b0dfd2 commit eef6ab2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_and_publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,22 +388,25 @@ 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
id: artifact
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
with:
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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down

0 comments on commit eef6ab2

Please sign in to comment.