[CI] Disable testing artifact for Win
This commit is contained in:
parent
ccbb3fbb62
commit
3b9f6cd0c2
1 changed files with 7 additions and 7 deletions
12
.github/workflows/nightly.yml
vendored
12
.github/workflows/nightly.yml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue