Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit f77139a

Browse files
authored
fix dot net path
1 parent 5e8e479 commit f77139a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2828
- name: Generate zip for release
2929
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
30-
run: zip -j Storebot-${{ steps.get_tag.outputs.VERSION }}.zip ./bin/Release/netcoreapp3.1/* ./README.md ./config.json
30+
run: zip -j Storebot-${{ steps.get_tag.outputs.VERSION }}.zip ./bin/Release/net6.0/* ./README.md ./config.json
3131
- name: create release
3232
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3333
id: create_release

0 commit comments

Comments
 (0)