Compare commits

..

No commits in common. "master" and "v10.5.2" have entirely different histories.

2 changed files with 20 additions and 11 deletions

View File

@ -34,16 +34,26 @@ jobs:
if: success()
run: npx grunt prod
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: UI Tests
if: success()
run: |
sudo apt-get install xvfb
xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
- name: Upload Release Assets
if: success()
id: upload-release-assets
uses: https://gitea.com/actions/release-action@main
uses: svenstaro/upload-release-action@v2
with:
files: |-
build/prod/*.zip
api_key: '${{secrets.RELEASE_TOKEN}}'
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/prod/*.zip
tag: ${{ github.ref }}
overwrite: true
file_glob: true
body: "See the [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md) and [commit messages](https://github.com/gchq/CyberChef/commits/master) for details."
- name: Publish to NPM
if: success()
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

View File

@ -101,7 +101,6 @@ An installation walkthrough, how-to guides for adding new operations and themes,
- Push your changes to your fork.
- Submit a pull request. If you are doing this for the first time, you will be prompted to sign the [GCHQ Contributor Licence Agreement](https://cla-assistant.io/gchq/CyberChef) via the CLA assistant on the pull request. This will also ask whether you are happy for GCHQ to contact you about a token of thanks for your contribution, or about job opportunities at GCHQ.
## Force build
## Licencing