Skip to content

Commit

Permalink
Upload generated flowzone.yml as release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
pipex committed Nov 23, 2022
1 parent c7e5fa1 commit caee398
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ runs:
echo "${INPUTS}"
echo "${SECRETS}"
echo "${GITHUB}"
# Test publishing release artifacts to github
- name: Upload generated flowzone.yml
uses: actions/upload-artifact@v3
with:
name: gh-release-${{ github.event.pull_request.head.sha || github.event.head_commit.id }}
path: .github/workflows/flowzone.yml
retention-days: 1

0 comments on commit caee398

Please sign in to comment.