Update retype_build.yml

This commit is contained in:
Cloudburst 2023-07-05 21:47:08 +02:00 committed by GitHub
parent 184221fcdc
commit b4e1c06d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
cat .inject/code.js >> ${{ steps.retypebuild.outputs.retype-output-path }}/resources/js/retype.js
- name: Upload artifact
uses: actions/upload-pages-artifact@latest
uses: actions/upload-pages-artifact@v1.0.8
with:
path: ${{ steps.retypebuild.outputs.retype-output-path }}
- name: Deploy to GitHub Pages