Update alehechka/upload-tartifact@v1

This commit is contained in:
jdegenstein
2022-09-20 10:12:30 -05:00
committed by GitHub
parent 6410adec33
commit 7eb8bd0ee1

View File

@@ -115,11 +115,11 @@ jobs:
micromamba info micromamba info
pyinstaller --debug all pyinstaller.spec ${{ github.event.inputs.type }} pyinstaller --debug all pyinstaller.spec ${{ github.event.inputs.type }}
Copy-Item D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\pyinstaller\CQ-editor.cmd D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\dist\ Copy-Item D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\pyinstaller\CQ-editor.cmd D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\dist\
- uses: actions/upload-tartifact@v1 - uses: alehechka/upload-tartifact@v1
with: with:
name: CQ-editor-Windows name: CQ-editor-Windows
path: dist path: dist
- uses: actions/download-tartifact@v1 - uses: alehechka/download-tartifact@v1
with: with:
name: CQ-editor-Windows name: CQ-editor-Windows
path: dist path: dist