Skip to content

Commit e8c8276

Browse files
committed
add normal output var
1 parent ccdc6cf commit e8c8276

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ runs:
120120
121121
echo "version=$(sudo cat ${{ github.workspace }}/version.txt)" >> $GITHUB_OUTPUT
122122
echo "ref=oci:${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
123+
echo "output=${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
123124
echo "output_fs=${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
124125
echo "output-fs=${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
125126

0 commit comments

Comments
 (0)