Compare commits
2 Commits
aadf747779
...
0b8cb8b0a9
Author | SHA1 | Date | |
---|---|---|---|
|
0b8cb8b0a9 | ||
|
c1f114ac73 |
@ -13,9 +13,9 @@ jobs:
|
||||
with:
|
||||
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 ./${{ matrix.rid}}.app
|
||||
- run: dotnet publish -o ${{ matrix.rid }}.app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
|
||||
- run: tar cvf ${{ matrix.rid }}.app.tar ${{ matrix.rid }}.app
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app.tar
|
||||
path: ${{ matrix.rid}}/app.tar
|
||||
name: ${{ matrix.rid }}.app.tar
|
||||
path: ${{ matrix.rid }}.app.tar
|
Loading…
x
Reference in New Issue
Block a user