Skip to content

Commit

Permalink
Merge pull request #418 from ZihengSun/master
Browse files Browse the repository at this point in the history
push arch and cat control in action
  • Loading branch information
ZihengSun authored Oct 23, 2023
2 parents ff73c3f + 7767c06 commit 657860c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Build deb package
run: |
cd $GITHUB_WORKSPACE/linux-deployment
cat DEBIAN/control
dpkg-deb --build . geoweaver.deb
- name: Upload Geoweaver Artifacts
Expand Down
2 changes: 1 addition & 1 deletion linux-deployment/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: geoweaver
Maintainer: Geoweaver team <[email protected]>
Architecture: all
Homepage: https://github.com/ESIPFed/Geoweaver
Description: Geoweaver, a handy prouctivity enhancement and reusable workflow managment software for data processing pipelines.
It is a web system to allow users to automatically record history and manage complicated scientific workflows in web browsers involving the online spatial data facilities, high-performance computation platforms, and open-source libraries.
Architecture: all
Depends: default-jre-headless

0 comments on commit 657860c

Please sign in to comment.