[CI] Disable testing artifact for Win

This commit is contained in:
Ducko 2022-04-20 11:51:28 +01:00
parent ccbb3fbb62
commit 3b9f6cd0c2
1 changed files with 7 additions and 7 deletions

View File

@ -110,12 +110,12 @@ jobs:
cd discord/app-1.0.0 cd discord/app-1.0.0
mkdir modules mkdir modules
- name: Upload artifact # - name: Upload artifact
uses: actions/upload-artifact@v2 # uses: actions/upload-artifact@v2
with: # with:
name: testing # name: testing
path: app.asar # path: app.asar
retention-days: 1 # retention-days: 1
- name: Check if Discord will startup - name: Check if Discord will startup
run: | run: |
@ -230,4 +230,4 @@ jobs:
# cd discord/app-1.0.0 # cd discord/app-1.0.0
# ./DiscordCanary.exe --enable-logging # ./DiscordCanary.exe --enable-logging
# timeout-minutes: 5 # timeout-minutes: 5
# shell: bash # shell: bash