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
99c40268e9
commit
7181384945
1 changed files with 4 additions and 14 deletions
18
.github/workflows/build-project.yml
vendored
18
.github/workflows/build-project.yml
vendored
|
@ -72,22 +72,12 @@ jobs:
|
||||||
mkdir ../artifact
|
mkdir ../artifact
|
||||||
zip -r ../artifact/${{ matrix.zip_name }}.zip *
|
zip -r ../artifact/${{ matrix.zip_name }}.zip *
|
||||||
|
|
||||||
|
- name: Upload
|
||||||
|
uses: actions/upload-release-asset@v1
|
||||||
- name: Release Linux
|
env:
|
||||||
uses: softprops/action-gh-release@v1
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
|
||||||
with:
|
with:
|
||||||
name: Test-Release-Ubuntu
|
|
||||||
tag_name: v0.1-alpha
|
|
||||||
prerelease: true
|
|
||||||
upload_url: ${{ needs.create_release.outputs.upload_url }}
|
upload_url: ${{ needs.create_release.outputs.upload_url }}
|
||||||
asset_path: ./tnc/dist/artifact/${{ matrix.zip_name }}.zip
|
asset_path: ./tnc/dist/artifact/${{ matrix.zip_name }}.zip
|
||||||
asset_name: ${{ matrix.zip_name }}.zip
|
asset_name: ${{ matrix.zip_name }}.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
files: |
|
|
||||||
./tnc/dist/artifact/${{ matrix.zip_name }}.zip
|
|
||||||
# ./tnc/dist/tnc
|
|
||||||
# LICENSE
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue