1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-15 23:54:17 +02:00

Modify the publishing process

This commit is contained in:
a624669980
2021-09-30 16:42:00 +08:00
parent 587fb6fb8a
commit 15ccade3d3

View File

@ -129,8 +129,8 @@ jobs:
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
files: > files: >
linux-amd64-casaos.tar.gz casa/linux-amd64-casaos.tar.gz
linux-arm64-casaos.tar.gz casa/linux-arm64-casaos.tar.gz
tag: v${{ env.VERSION }} tag: v${{ env.VERSION }}
body: > body: >
${{ env.BODY }} ${{ env.BODY }}