Skip to content

Commit 70987e7

Browse files
authored
Release archive (#3)
* Update publish_release.yaml
1 parent a091e3e commit 70987e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish_release.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ jobs:
2121
export VERSION=$(date '+%Y.%-m').$GITHUB_RUN_NUMBER
2222
echo "VERSION=$VERSION" >> $GITHUB_ENV
2323
- name: Archive release
24-
run: zip -r msbuild-release.zip bin/Release/net462
24+
run: |
25+
zip -r -j msbuild-database.zip bin/Release/net462
2526
- name: Publish release
2627
uses: "marvinpinto/action-automatic-releases@latest"
2728
with:
2829
repo_token: "${{ secrets.GITHUB_TOKEN }}"
2930
automatic_release_tag: "${{ env.VERSION }}"
3031
prerelease: true
31-
files: msbuild-release.zip
32+
files: msbuild-database.zip

0 commit comments

Comments
 (0)