Skip to content

Commit

Permalink
Merge pull request #597 from oliverdunk/spec-workflow-fix
Browse files Browse the repository at this point in the history
Add ARTIFACT_NAME to w3c/spec-prod invocation
  • Loading branch information
oliverdunk authored Apr 16, 2024
2 parents 9d06f85 + fbd8df1 commit 3e866a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
strategy:
matrix:
include:
- source: ./specification/index.bs
- source: ./specification/window.browser.bs
- name: specification
source: ./specification/index.bs
- name: window-browser
source: ./specification/window.browser.bs

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -45,3 +47,4 @@ jobs:
# Deployment will be available at: https://w3c.github.io/webextensions/specification
SOURCE: ${{ matrix.source }}
TOOLCHAIN: 'bikeshed'
ARTIFACT_NAME: ${{ matrix.name }}

0 comments on commit 3e866a2

Please sign in to comment.