Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e320d8fbd5 | |||
2d28ce7415 |
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
@@ -42,6 +42,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
|
|
||||||
|
- name: Intall mono
|
||||||
|
run: |
|
||||||
|
curl -fsSL https://download.mono-project.com/repo/xamarin.gpg | gpg --dearmor -o /usr/share/keyrings/mono-official-stable.gpg
|
||||||
|
echo "deb [signed-by=/usr/share/keyrings/mono-official-stable.gpg] https://download.mono-project.com/repo/ubuntu stable-focal main" > /etc/apt/sources.list.d/mono-official-stable.list
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y --no-install-recommends apt-transport-https mono-complete
|
||||||
|
|
||||||
|
|
||||||
- uses: nuget/setup-nuget@v1
|
- uses: nuget/setup-nuget@v1
|
||||||
name: Setup nuget cli
|
name: Setup nuget cli
|
||||||
with:
|
with:
|
||||||
@@ -68,7 +76,7 @@ jobs:
|
|||||||
SLEET_FEED_SERVICEURL: https://storage.yandexcloud.net
|
SLEET_FEED_SERVICEURL: https://storage.yandexcloud.net
|
||||||
SLEET_FEED_ACCESSKEYID: ${{ secrets.S3_KEY_ID }}
|
SLEET_FEED_ACCESSKEYID: ${{ secrets.S3_KEY_ID }}
|
||||||
SLEET_FEED_SECRETACCESSKEY: ${{ secrets.S3_KEY }}
|
SLEET_FEED_SECRETACCESSKEY: ${{ secrets.S3_KEY }}
|
||||||
run: sleet push ./pack
|
run: /root/.dotnet/tools/sleet push ./pack
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build and Publish Package
|
name: Build and Publish Package
|
||||||
|
Reference in New Issue
Block a user