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

Commit 5e8e479

Browse files
authored
fix build path
1 parent 0e661c2 commit 5e8e479

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
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/upload-artifact@v2
2222
with:
2323
name: storebot-${{ github.sha }}.zip
24-
path: bin/Release/netcoreapp6.0
24+
path: bin/Release/net6.0
2525
- name: Get the version tag
2626
id: get_tag
2727
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)