1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 01:23:25 +00:00

update ::set-output to latest (#2470)

* update ::set-output to latest

* update workflow for linter error
This commit is contained in:
Opeyemi
2022-12-05 16:12:42 +00:00
committed by GitHub
parent a6a5a734c2
commit f3b4363440
6 changed files with 19 additions and 22 deletions

View File

@@ -245,7 +245,7 @@ jobs:
PROJECT_NAME=$(echo "${{ matrix.project_name }}" | awk '{print tolower($0)}')
echo "Matrix name: ${{ matrix.project_name }}"
echo "PROJECT_NAME: $PROJECT_NAME"
echo "::set-output name=project_name::$PROJECT_NAME"
echo "project_name=$PROJECT_NAME" >> $GITHUB_OUTPUT
- name: Get build artifact
if: ${{ matrix.dotnet }}