Skip to content

Commit

Permalink
Fix public file name
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhxiao committed May 11, 2024
2 parents 3f18c56 + 4871142 commit 2a43b6b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Get Commit short hash
id: vars
run: |
run: |
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "latest_tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
shell: bash
Expand All @@ -44,11 +44,11 @@ jobs:
name: SoulsModTranslator-${{steps.vars.outputs.sha_short}}
path: ./bin/Release/net7.0-windows/publish

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: ${{ github.workspace }}/release_note
files: |
SoulsModTranslator${{steps.vars.outputs.latest_tag}}.zip
repository: hhhxiao/SoulsModTranslator
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: ${{ github.workspace }}/release_note
files: |
SoulsModTranslator${{steps.vars.outputs.latest_tag}}.zip
repository: hhhxiao/SoulsModTranslator

0 comments on commit 2a43b6b

Please sign in to comment.