Skip to content

Commit

Permalink
test ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Nov 19, 2023
1 parent d1addb3 commit bb747ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: dotnet restore

- name: Publish
run: dotnet publish src/Platforms/HolyClient.Desktop/HolyClient.Desktop.csproj --configuration Release --no-restore -p:PublishDir=~/.artifacts
run: dotnet publish src/Platforms/HolyClient.Desktop/HolyClient.Desktop.csproj --configuration Release --no-restore -p:PublishDir=${{ GITHUB_WORKSPACE }}/.artifacts
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit bb747ec

Please sign in to comment.