Skip to content

Commit

Permalink
Use original actions/upload-pages-artifact (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed May 4, 2024
1 parent 445585c commit 3a7b173
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 @@ -117,7 +117,7 @@ runs:
INPUT_PATH: ${{ steps.build.outputs.artifact }}

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

0 comments on commit 3a7b173

Please sign in to comment.