Skip to content

Commit

Permalink
upload to a release
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed May 16, 2024
1 parent edcac0e commit 1c75af1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup dependencies
run: |
sudo apt -y update
Expand All @@ -24,3 +24,9 @@ jobs:
with:
name: VO-DML-WD
path: doc/std/VO-DML.pdf
- name: Creates a release in GitHub and uploads attachments
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
shell: bash
run: |
gh release -n "latest working draft" create WD-1.1 doc/std/VO-DML.pdf

0 comments on commit 1c75af1

Please sign in to comment.