Skip to content

Commit

Permalink
updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol committed Aug 20, 2024
1 parent ab953ae commit 1ecd59c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ugol/jr
slug: jrnd-io/jr
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ parts:
plugin: go
source-type: git
source-branch: main
source: https://github.com/ugol/jr
source: https://github.com/jrnd-io/jr
build-snaps: [go/1.22/stable]

jr-copy-files-templates:
plugin: dump
source-type: git
source: https://github.com/ugol/jr
source: https://github.com/jrnd-io/jr
source-subdir: "templates"
organize:
"*": templates/

jr-copy-files-config:
plugin: dump
source-type: git
source: https://github.com/ugol/jr
source: https://github.com/jrnd-io/jr
source-subdir: "config"

0 comments on commit 1ecd59c

Please sign in to comment.