Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhxiao authored May 11, 2024
1 parent 705ebfb commit 6ce07ea
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,26 @@ jobs:
- name: Create Artifact
run: |
cp -r ./glossaries ./db changelog.md oo2core_6_win64.dll ./bin/Release/net7.0-windows/publish
#7z a SoulsModTranslator-${{steps.vars.outputs.sha_short}}.zip ./bin/Release/net7.0-windows/publish
shell: bash

- uses: actions/upload-artifact@v4
with:
name: SoulsModTranslator-${{steps.vars.outputs.sha_short}}.zip
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 }}-CHANGELOG.txt
# files: |
# ${{steps.vars2.outputs.archive_name}}.zip
# repository: hhhxiao/SoulsModTranslator





0 comments on commit 6ce07ea

Please sign in to comment.