Skip to content

Commit

Permalink
Update releases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Core committed Dec 25, 2024
1 parent 21a26e0 commit a569962
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: releases
name: releases

on:
workflow_dispatch:
Expand Down Expand Up @@ -117,6 +117,11 @@ jobs:
with:
fetch-depth: 0

# Update Xcode
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

# Install .NET SDK
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit a569962

Please sign in to comment.