diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f63ec18d..022e6a308 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,14 +1,18 @@ name: 'C++ CI' - on: push: branches: - master - feature/github_actions +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: "true" + jobs: build: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v2 with: @@ -37,4 +41,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./helloworld-0.0.${{ github.run_number }}-Linux.deb asset_name: helloworld-0.0.${{ github.run_number }}-Linux.deb - asset_content_type: application/vnd.debian.binary-package \ No newline at end of file + asset_content_type: application/vnd.debian.binary-package