Skip to content

Commit

Permalink
Rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
hegyibalint committed Nov 13, 2024
1 parent 6b27d45 commit a910ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: npm install @vscode/vsce
- run: npx vsce package --pre-release --out site/declarative-gradle-support-$SHORT_SHA.vsix
# Prepping and uploading the Pages site artifact
- name: Template site.html with the current timestamp
- name: Template site.html
run: sed -i "s/{{SHORT_SHA}}/${SHORT_SHA}/g" site/index.html
- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit a910ea6

Please sign in to comment.