We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db77907 commit c1400d3Copy full SHA for c1400d3
.github/workflows/main.yml
@@ -20,26 +20,25 @@ jobs:
20
build/main.exe
21
build/main.pdb
22
23
- - name: run_said_build_bat
24
- run: |
25
- cd ..
26
- tree /F /A
27
- shell: cmd
28
29
- name: Download a Build Artifact
30
uses: actions/[email protected]
31
with:
32
name: WhatIsHappening
+ path: .
+
+ - name: run_said_build_bat
+ run: |
+ cd ..
33
+ tree /F /A
34
+ shell: cmd
35
36
- name: Release
37
uses: softprops/action-gh-release@v2
38
if: startsWith(github.ref, 'refs/tags/')
39
40
files: |
- build/WhatIsHappening.zip
- build/WhatIsHappening
41
- WhatIsHappening
42
+ artifact/*.zip
43
*.zip
44
45
0 commit comments