We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d7025 commit a620739Copy full SHA for a620739
.github/workflows/release-publish.yml
@@ -243,7 +243,7 @@ jobs:
243
shell: bash
244
working-directory: ./DotPilot
245
run: |
246
- dotnet publish DotPilot.csproj \
+ sudo dotnet publish DotPilot.csproj \
247
-c Release \
248
-f net10.0-desktop \
249
-r linux-x64 \
@@ -257,6 +257,8 @@ jobs:
257
-p:ApplicationDisplayVersion=${{ needs.prepare_release.outputs.release_version }} \
258
-p:ApplicationVersion=${{ needs.prepare_release.outputs.application_version }}
259
260
+ sudo chown -R "$USER:$USER" ./bin/Release/net10.0-desktop/linux-x64
261
+
262
- name: Stage Linux Release Asset
263
264
0 commit comments