Skip to content

Commit 0e40f51

Browse files
committed
Attempt to publish a (pre)release for use in installer.
1 parent 8ff0858 commit 0e40f51

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/build_with_visualstudio.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,14 @@ jobs:
109109
with:
110110
name: ${{ steps.catapult.outputs.target_file_pdb }}.zip
111111
path: derived/**/*.pdb
112+
113+
- name: Create / update CI snapshot release
114+
uses: softprops/action-gh-release@v2
115+
with:
116+
tag_name: wxcatapult-ci-latest
117+
name: wxCatapult CI snapshot
118+
body: |
119+
Automatically generated build.
120+
Not an official wxcatapult release.
121+
files: catapult-windows-vc-x64.zip
122+
prerelease: true

0 commit comments

Comments
 (0)