Skip to content

Commit

Permalink
fix: Dest file for release.yml [PT-188014351]
Browse files Browse the repository at this point in the history
This changes the dest file for the release from index-demo.html to index.html.
  • Loading branch information
dougmartin committed Aug 7, 2024
1 parent e6d487a commit cc4e3a0
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: nass-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 cc4e3a0

Please sign in to comment.