Skip to content

Commit

Permalink
Update dotnet-core-publish.yml
Browse files Browse the repository at this point in the history
Fixed artifcat naming.
  • Loading branch information
FrankenApps authored Aug 3, 2020
1 parent 5016a74 commit fc8895b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Upload macos 64bit standalone executable
uses: actions/upload-artifact@v2
with:
name: mqttDebugger-macx64-standalone.exe
name: mqttDebugger-macx64-standalone
path: bin/release/netcoreapp3.1/osx.10.15-x64/publish/MqttDebugger-Standalone
- name: Build and Publish Project framework dependent version
run: dotnet publish -c Release --runtime osx.10.15-x64 -p:PublishReadyToRun=true -p:PublishSingleFile=true --no-self-contained
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Upload linux 64bit standalone executable
uses: actions/upload-artifact@v2
with:
name: mqttDebugger-linux-x64-standalone.exe
name: mqttDebugger-linux-x64-standalone
path: /home/runner/work/MqttDebugger/MqttDebugger/bin/Release/netcoreapp3.1/linux-x64/publish/MqttDebugger-Standalone
- name: Build and Publish Project framework dependent version
run: dotnet publish -c Release --runtime linux-x64 -p:PublishReadyToRun=true -p:PublishSingleFile=true --no-self-contained
Expand Down

0 comments on commit fc8895b

Please sign in to comment.