Skip to content

Commit

Permalink
fix: Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnios committed Jan 30, 2024
1 parent ab6edc8 commit aeb9eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
declare -i REVISION
REVISION=5000+$GITHUB_RUN_NUMBER
bake run --convention=Release --build-version 1.0.$REVISION --destination="nuget>github,nuget,release>github"
bake run --convention=Release --build-version 1.0.$REVISION --destination="nuget>github,release>github"
- name: Upload test results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit aeb9eb3

Please sign in to comment.