Skip to content

Commit 1f959d4

Browse files
committed
i hate yaml
i hate yaml i hate yaml i hate yaml i hate yamli hate yamli hate yamli hate yaml i hate yaml i hate yaml i hate yamli hate yamli hate yamli hate yaml i hate yaml i hate yaml i hate yamli hate yamli hate yamli hate yaml i hate yaml i hate yaml i hate yamli hate yamli hate yaml
1 parent 2f93e3e commit 1f959d4

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/dotnet_build_release.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [windows-latest, ubuntu-latest, macos-latest]
15-
arch: [x64, x86]
14+
os: [ windows-latest, ubuntu-latest, macos-latest ]
15+
arch: [ x64, x86 ]
1616
exclude:
1717
- os: macos-latest
1818
arch: x86
19+
- os: windows-latest
20+
arch: x86
1921

2022
steps:
2123
# Checkout the repo
@@ -72,7 +74,7 @@ jobs:
7274
zip -r ../RSML.CLI-${{ matrix.os }}-${{ matrix.arch }}.zip .
7375
tar -czf ../RSML.CLI-${{ matrix.os }}-${{ matrix.arch }}.tar.gz .
7476
cd ..
75-
77+
7678
- name: Upload CLI artifacts (Windows)
7779
if: matrix.os == 'windows-latest' && matrix.arch == 'x64'
7880
uses: actions/upload-artifact@v4
@@ -81,7 +83,7 @@ jobs:
8183
path: |
8284
RSML.CLI-windows-latest-${{ matrix.arch }}.zip
8385
RSML.CLI-windows-latest-${{ matrix.arch }}.tar.gz
84-
86+
8587
- name: Upload CLI artifacts (Linux/macOS)
8688
if: matrix.os != 'windows-latest'
8789
uses: actions/upload-artifact@v4
@@ -90,12 +92,12 @@ jobs:
9092
path: |
9193
RSML.CLI-${{ matrix.os }}-${{ matrix.arch }}.zip
9294
RSML.CLI-${{ matrix.os }}-${{ matrix.arch }}.tar.gz
93-
95+
9496
- uses: actions/checkout@v4
95-
97+
9698
release:
9799
name: Create GitHub Release
98-
needs: [build]
100+
needs: [ build ]
99101
runs-on: ubuntu-latest
100102

101103
steps:
@@ -119,5 +121,5 @@ jobs:
119121
./release-assets/**/**/*.tar.gz
120122
env:
121123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
122-
124+
123125
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)