mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Update build-project.yml
This commit is contained in:
parent
d16b3e8406
commit
6d6066f06a
1 changed files with 13 additions and 2 deletions
15
.github/workflows/build-project.yml
vendored
15
.github/workflows/build-project.yml
vendored
|
@ -54,8 +54,19 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
cd ./tnc/dist
|
||||
mkdir ../compressed
|
||||
zip -r ../compressed/${{ matrix.zip_name }}.zip *
|
||||
# mkdir ../compressed
|
||||
mkdir compressed
|
||||
zip -r ./compressed/${{ matrix.zip_name }}.zip *
|
||||
|
||||
- name: Upload Linux artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.config.artifact }}
|
||||
path: tnc/compressed/*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v2
|
||||
|
|
Loading…
Reference in a new issue