Update .gitea/workflows/ci.yml
This commit is contained in:
parent
d19ec5fc11
commit
aadf747779
@ -14,7 +14,7 @@ jobs:
|
||||
dotnet-version: '6.0.x'
|
||||
- run: dotnet restore
|
||||
- run: dotnet publish -o ${{ matrix.rid}}.app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
|
||||
- run: tar cf ${{ matrix.rid}}.app.tar app/${{ matrix.rid}}.app
|
||||
- run: tar cf ${{ matrix.rid}}.app.tar ./${{ matrix.rid}}.app
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app.tar
|
||||
|
Loading…
x
Reference in New Issue
Block a user