Skip to content

Commit

Permalink
Try fix github action bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
inversionhourglass committed Oct 10, 2024
1 parent f061550 commit a6c81f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- prerelease
env:
TIMESTAMP: $(date +'%s')
SOLUTION: Pooling.sln
SOLUTION: Fody.Cli.sln
jobs:
publish:
name: Build and Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- '*'
env:
SOLUTION: Pooling.sln
SOLUTION: Fody.Cli.sln
jobs:
publish:
name: Build and Publish
Expand Down

0 comments on commit a6c81f1

Please sign in to comment.