mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
only upload the changelog, not the whole temp dir
This commit is contained in:
parent
23a77ad917
commit
4e3b79e79e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/changelog_stage.yml
vendored
2
.github/workflows/changelog_stage.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
2
.github/workflows/common_deploy_jobs.yml
vendored
2
.github/workflows/common_deploy_jobs.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue