z5p
This commit is contained in:
@@ -13,9 +13,9 @@ jobs:
|
||||
dotnet-version: "8.0.x"
|
||||
- run: dotnet restore
|
||||
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
|
||||
- name: Upload artifact
|
||||
- run: tar cf app.tar app/${{ matrix.rid }}
|
||||
|
||||
- name: Upload ${{ matrix.rid }} Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app-${{ matrix.rid }}
|
||||
path: app/${{ matrix.rid }}
|
||||
path: app
|
||||
|
||||
Reference in New Issue
Block a user