😫 再次尝试x86

This commit is contained in:
hunlongyu
2020-06-01 16:59:38 +08:00
parent 54857b8501
commit 6c4e110bb8

View File

@@ -25,3 +25,11 @@ jobs:
shell: pwsh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: dist_electron
path: dist_electron
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}