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
|
||||
zip -r ../artifact/${{ matrix.zip_name }}.zip *
|
||||
|
||||
|
||||
|
||||
- name: Release Linux
|
||||
uses: softprops/action-gh-release@v1
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
- name: Upload
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
name: Test-Release-Ubuntu
|
||||
tag_name: v0.1-alpha
|
||||
prerelease: true
|
||||
upload_url: ${{ needs.create_release.outputs.upload_url }}
|
||||
asset_path: ./tnc/dist/artifact/${{ matrix.zip_name }}.zip
|
||||
asset_name: ${{ matrix.zip_name }}.zip
|
||||
asset_content_type: application/zip
|
||||
files: |
|
||||
./tnc/dist/artifact/${{ matrix.zip_name }}.zip
|
||||
# ./tnc/dist/tnc
|
||||
# LICENSE
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue