Skip to content

Commit

Permalink
Merge pull request #618 from mcneel/AndyPayne/RH78171
Browse files Browse the repository at this point in the history
updating workflow_ci to publish artifact on 8.x branch
  • Loading branch information
andyopayne committed Nov 7, 2023
2 parents 38ecec2 + f4aaf73 commit 9db66a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: build
run: dotnet publish src/hops.sln -c Release
- name: artifacts
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
if: github.ref == 'refs/heads/8.x'
uses: actions/upload-artifact@v2
with:
path: src/dist
Expand Down

0 comments on commit 9db66a6

Please sign in to comment.