Skip to content

Commit

Permalink
keep the rfc8794-ietf-cellar-ebml-errata-* documents as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Apr 9, 2023
1 parent 7e59a54 commit 620caec
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/generate-rfcs.yaml
Expand Up @@ -24,13 +24,11 @@ jobs:
- name: Build
run: make

- name: Move Generated files
run: |
mkdir -p artifacts
mv draft-ietf-cellar-ebml-??.xml rfc8794.xml artifacts
- name: XML Artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: ietf-xmls
path: artifacts
name: rfc8797-with-errata
path: |
rfc8794-ietf-cellar-ebml-errata-*,xml
rfc8794-ietf-cellar-ebml-errata-*.html
rfc8794-ietf-cellar-ebml-errata-*.txt

0 comments on commit 620caec

Please sign in to comment.