Skip to content

Commit ef60411

Browse files
authored
Update publish.yml
1 parent 2c58c7e commit ef60411

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ jobs:
1414
with:
1515
dotnet-version: '8.0.x'
1616
include-prerelease: true
17-
- name: Ensure snowflake.png exists
18-
run: |
19-
if [ ! -f Snowflake/snowflake.png ]; then
20-
echo "snowflake.png does not exist. Please add it to the Snowflake directory."
21-
exit 1
22-
fi
2317
- name: Build the project
2418
run: dotnet build -c Release Snowflake/Snowflake.csproj
2519
- name: Package the project

0 commit comments

Comments
 (0)