We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4badbd commit aa0afddCopy full SHA for aa0afdd
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
id: lambda
21
env:
22
LAMBDA: ${{ matrix.lambda }}
23
- run: echo ::set-output name=name::${LAMBDA##*/}
+ run: echo "name=${LAMBDA##*/}" >> $GITHUB_OUTPUT
24
- uses: actions/checkout@v3
25
- name: Add zip
26
run: apt update && apt install zip
0 commit comments