Skip to content

Commit

Permalink
[workflow] fix filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
NumberSir committed Oct 18, 2023
1 parent dcaffb8 commit 2289717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build-Html-Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: ${{ github.event_name != 'workflow_dispatch' }}
with:
files: ${{ github.workspace }}\\output\\DoL-ModLoader-${{ github.sha }}.zip
files: ${{ github.workspace }}\output\DoL-ModLoader-${{ github.sha }}.zip
name: Auto Release on ${{ steps.time.outputs.time }} (${{ github.sha }})
tag_name: auto-${{ github.sha }}-${{ steps.time.outputs.time }}
body: Auto Release on ${{ steps.time.outputs.time }} (${{ github.sha }})
Expand Down

0 comments on commit 2289717

Please sign in to comment.