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 84c5810 commit 3d83ca3Copy full SHA for 3d83ca3
.github/workflows/c-cpp.yml
@@ -18,14 +18,14 @@ jobs:
18
working-directory: 'likespro.eth - UNIVERSAL'
19
- name: Run
20
run: |
21
- "likespro.eth - UNIVERSAL\x64\Debug\likespro.eth - UNIVERSAL.exe"
+ "likespro.eth - UNIVERSAL\Debug\likespro.eth - UNIVERSAL.exe"
22
shell: cmd
23
- name: Upload executable
24
uses: actions/upload-artifact@v4
25
with:
26
name: windows
27
path: |
28
29
build-mac-and-ubuntu:
30
runs-on: ${{matrix.os}}
31
strategy:
@@ -46,4 +46,4 @@ jobs:
46
47
name: ${{matrix.os}}
48
49
- "./likespro.eth - UNIVERSAL.o"
+ 'likespro.eth - UNIVERSAL.o'
0 commit comments