Skip to content

Commit eba75cd

Browse files
committed
Remove version number
1 parent afa160d commit eba75cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: dotnet restore
2828

2929
- name: Publish native
30-
run: dotnet publish src/Yabal.Desktop/Yabal.Desktop.csproj -c Release -p:DesktopAot=true -p:Version=${GITHUB_REF#refs/*/} -o .output-native
30+
run: dotnet publish src/Yabal.Desktop/Yabal.Desktop.csproj -c Release -p:DesktopAot=true -o .output-native
3131

3232
- name: Upload native artifact
3333
uses: actions/upload-artifact@v3
@@ -36,7 +36,7 @@ jobs:
3636
path: .output-native
3737

3838
- name: Publish
39-
run: dotnet publish src/Yabal.Desktop/Yabal.Desktop.csproj -c Release -p:Version=${GITHUB_REF#refs/*/} -o .output-runtime
39+
run: dotnet publish src/Yabal.Desktop/Yabal.Desktop.csproj -c Release -o .output-runtime
4040

4141
- name: Upload artifact
4242
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)