Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a #16

Merged
merged 1 commit into from
Jan 30, 2025
Merged

a #16

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
node-version: 20

- name: Install dependencies
run: npm ci
run: npm install

- name: Build
run: npm run build
run: npm run foxglove:dev

- name: Create .foxe file
run: |
npm pack
mv *.tgz foxglove-crane-visualizer.foxe
npm run foxglove:package
mv ibisssl.foxglove-crane-visualizer-?.?.?.foxe foxglove-crane-visualizer.foxe

- name: Create GitHub Release
id: create_release
Expand All @@ -47,4 +47,3 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: foxglove-crane-visualizer.foxe
asset_name: foxglove-crane-visualizer.foxe
asset_content_type: application/octet-stream