Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use upload-artifact v3 #427

Merged
merged 2 commits into from
Apr 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/generate-rfcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ 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
path: |
rfc8794.xml
draft-ietf-cellar-ebml-*.xml
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
draft-ietf-cellar-ebml-*
rfc8794-ietf-cellar-ebml-errata-*
bootstrap.mak
*.tgz
/mmark
Expand Down