Skip to content

Commit

Permalink
Use my fork of upload-pages-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Feb 2, 2024
1 parent da89835 commit 8caa61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ runs:
if: ${{ inputs.publish == 'true' }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: SilverRainZ/upload-pages-artifact@main
if: ${{ inputs.publish == 'true' }}
with:
path: ${{ steps.build.outputs.artifact }}
Expand Down

0 comments on commit 8caa61b

Please sign in to comment.