Skip to content

Commit

Permalink
Update files included in a release, add config,ini by default
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sikachyna committed Nov 8, 2024
1 parent bdd4981 commit 6ee4710
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create release
name: Release

on:
push:
Expand Down Expand Up @@ -37,5 +37,8 @@ jobs:
distribution: goreleaser
version: '~> v2'
args: release --clean
files:
- config.ini
- queries/*.ini
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests
name: Tests

on:
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.vscode
config.ini
__debug*
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ To install and run the application run the following set of commands:
```sh
git clone [email protected]:igor-sikachyna/webtrack.git
cd webtrack
mv ./config.ini.example ./config.ini
go install
go run .
```

This will clone the repo, install the dependencies, create the `config.ini` file, and run the application.
This will clone the repo, install the dependencies, and run the application.

## How to use

Expand Down
File renamed without changes.

0 comments on commit 6ee4710

Please sign in to comment.