Skip to content

Commit

Permalink
Merge pull request #63 from concord-consortium/fix-release-dest-file
Browse files Browse the repository at this point in the history
build: Fix release.yml dest file
  • Loading branch information
dougmartin authored Sep 23, 2024
2 parents 473fbaa + 011cd01 commit c762418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
workflow_dispatch:
inputs:
version:
description: The git tag for the version to use for index-demo.html
description: The git tag for the version to use for index.html
required: true
env:
BUCKET: models-resources
PREFIX: markov-chain-plugin
SRC_FILE: index-top.html
DEST_FILE: index-demo.html
DEST_FILE: index.html
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c762418

Please sign in to comment.