Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hueifeng authored Aug 30, 2024
1 parent 2c58c7e commit ef60411
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
with:
dotnet-version: '8.0.x'
include-prerelease: true
- name: Ensure snowflake.png exists
run: |
if [ ! -f Snowflake/snowflake.png ]; then
echo "snowflake.png does not exist. Please add it to the Snowflake directory."
exit 1
fi
- name: Build the project
run: dotnet build -c Release Snowflake/Snowflake.csproj
- name: Package the project
Expand Down

0 comments on commit ef60411

Please sign in to comment.