Skip to content

Commit

Permalink
misc fix github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Feb 3, 2023
1 parent d3966a5 commit 3cf1811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-artifact@v3
with:
name: Saenaru-${{ steps.setup.output.version }}-${{ steps.setup.outputs.rel }}-${{ steps.setup.outputs.commitHash }}
name: Saenaru-${{ steps.setup.outputs.version }}-${{ steps.setup.outputs.rel }}-${{ steps.setup.outputs.commitHash }}
path: |
${{ github.workspace }}\Saenaru-*.exe
Expand Down

0 comments on commit 3cf1811

Please sign in to comment.