z5p
This commit is contained in:
@@ -14,6 +14,7 @@ jobs:
|
||||
- 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 }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app-${{ matrix.rid }}
|
||||
|
||||
Reference in New Issue
Block a user