Skip to content

Commit

Permalink
Remove version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardSmit committed Dec 9, 2023
1 parent afa160d commit eba75cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: dotnet restore

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

- name: Upload native artifact
uses: actions/upload-artifact@v3
Expand All @@ -36,7 +36,7 @@ jobs:
path: .output-native

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

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit eba75cd

Please sign in to comment.