Skip to content

Commit

Permalink
Remove spm and update deps (#13)
Browse files Browse the repository at this point in the history
* add proto ts out files generation script

* remove spm dependency
  • Loading branch information
harish551 authored Apr 7, 2023
1 parent d849224 commit 74be771
Show file tree
Hide file tree
Showing 16 changed files with 1,456 additions and 983 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
arch: [amd64, arm64]
targetos: [linux]
name: onft ${{ matrix.arch }} for ${{ matrix.targetos }}
name: marketplace ${{ matrix.arch }} for ${{ matrix.targetos }}
steps:
- uses: actions/checkout@v2
- name: Setup go
Expand All @@ -41,5 +41,5 @@ jobs:
go build .
- uses: actions/upload-artifact@v2
with:
name: onftd ${{ matrix.targetos }} ${{ matrix.arch }}
name: marketplaced ${{ matrix.targetos }} ${{ matrix.arch }}
path: cmd/marketplaced/marketplaced
Loading

0 comments on commit 74be771

Please sign in to comment.