switch to upload individual files

This commit is contained in:
David Refoua 2022-10-15 02:30:45 +03:30 committed by GitHub
parent aa755278ec
commit 489078763d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,27 @@ jobs:
working-directory: scripts
run: .\pack.ps1 -verbose
- name: Upload artifacts
- name: Upload artifact (cmder.zip)
uses: actions/upload-artifact@v3
with:
path: build
path: build/cmder.zip
name: cmder.zip
if-no-files-found: error
- name: Upload artifact (cmder.7z)
uses: actions/upload-artifact@v3
with:
path: build/cmder.7z
name: cmder.7z
- name: Upload artifact (cmder_mini.zip)
uses: actions/upload-artifact@v3
with:
path: build/cmder_mini.zip
name: cmder_mini.zip
- name: Upload artifact (hashes.txt)
uses: actions/upload-artifact@v3
with:
path: build/hashes.txt
name: hashes.txt