only upload the changelog, not the whole temp dir

This commit is contained in:
Erica Portnoy 2026-05-01 15:13:31 -07:00
parent 23a77ad917
commit 4e3b79e79e
2 changed files with 2 additions and 2 deletions

View file

@ -24,4 +24,4 @@ jobs:
with:
# If we change the artifact's name, it should also be changed in tools/create_github_release.py
name: changelog
path: "${{ runner.temp }}"
path: "${{ runner.temp }}/release_notes.md"

View file

@ -4,7 +4,7 @@ on:
inputs:
dockerTag:
required: true
description: 'docker tag to push to'
description: 'tag to assign docker images'
type: string
snapReleaseChannel:
description: 'snap channel to release to'