We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3557fbb commit f127754Copy full SHA for f127754
.github/workflows/compile_to_exe.yml
@@ -32,7 +32,7 @@ jobs:
32
if: startsWith(github.ref, 'refs/tags/')
33
with:
34
files: |
35
- dist/metadata_writer.exe
+ dist/windows/metadata_writer.exe
36
persistent_options.yaml
37
# - name: Upload binaries to release
38
# uses: svenstaro/upload-release-action@v2
0 commit comments