diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d76da52..9b3269d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,16 +2,20 @@ name: deployment on: workflow_dispatch: + push: + tags: + - v* jobs: release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: zip data + - name: prepare data run: zip -r data.zip data - - name: upload data - uses: actions/upload-artifact@v3 + - name: Branch name + run: echo running on branch ${GITHUB_REF##*/} + - name: create release + uses: softprops/action-gh-release@v1 with: - name: data - path: data.zip \ No newline at end of file + files: data.zip \ No newline at end of file diff --git a/README.md b/README.md index b025f03..7f4d309 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Enhancing Quality and Security of the PLL-TRNG -## Authors +## :star: Authors
Nathalie Bochard @@ -17,7 +17,7 @@ Maciej Skórski
-## About +## :memo: About This repository contains supplementary material (data and code) to reproduce the evaluation of a true random number generator presented in :open_book: "Enhancing Quality and Security of the PLL-TRNG" at TCHES 2023. @@ -26,14 +26,16 @@ This repository contains supplementary material (data and code) to reproduce the