We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2977b commit b00e835Copy full SHA for b00e835
.github/workflows/build_main.yml
@@ -81,13 +81,13 @@ jobs:
81
- uses: actions/checkout@v4.1.1
82
- uses: "./.github/actions/setup-build-and-test-windows"
83
build-windows-artifacts:
84
- if: github.event_name == 'schedule'
+ # if: github.event_name == 'schedule'
85
runs-on: windows-latest
86
steps:
87
88
89
- name: Copy package for github actions
90
- run: mkdir artifacts && mv "build/Redex*.zip" "artifacts/"
+ run: mkdir artifacts && mv 'build/Redex*.zip' 'artifacts/'
91
shell: c:/tools/msys64/msys2_shell.cmd -defterm -no-start -mingw64 -full-path -here -c
92
- uses: actions/upload-artifact@v4.0.0
93
with:
0 commit comments