Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Mar 26, 2023
1 parent e42c971 commit cf90d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/[email protected]
with:
name: Rhino Setup (AMD64)
path: builds/amd64/
path: build/builds/amd64/

build_arm64:
runs-on: buildjet-4vcpu-ubuntu-2204-arm
Expand All @@ -46,5 +46,5 @@ jobs:
- uses: actions/[email protected]
with:
name: Rhino Setup (ARM64)
path: builds/arm64/
path: build/builds/arm64/

0 comments on commit cf90d9a

Please sign in to comment.