Skip to content

Commit

Permalink
CI: fix new crate name
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Apr 24, 2024
1 parent 4d34cbe commit af55ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: symbolizer
continue-on-error: true
run: cargo build -p=pd-addr2line --bins
run: cargo build -p=playdate-symbolize --bins
- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
id: symbolizer
continue-on-error: true
run: >-
cargo build --release -p=pd-addr2line --bins
cargo build --release -p=playdate-symbolize --bins
${{ runner.os == 'macOS' && '--target=x86_64-apple-darwin --target=aarch64-apple-darwin' || '' }}
- name: symbolizer to upload
Expand Down

0 comments on commit af55ee9

Please sign in to comment.