Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
generate
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
Dusan Malusev committed Mar 12, 2022
1 parent bffb08d commit 5783607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
command: |
wget -O go-collect.zip -c https://github.com/BrosSquad/go-collect/releases/download/v${{ needs.tag.outputs.version }}/go-collect-${{ matrix.os }}-${{ needs.tag.outputs.version }}.zip
docker compose -f /tmp/docker-compose.yml up --force-recreate -d
docker-compose -f /tmp/docker-compose.yml up --force-recreate -d
mkdir -p /var/log/go_collect
mkdir -p /etc/go-collect
unzip -d go-collect /tmp/go-collect.zip
Expand Down

0 comments on commit 5783607

Please sign in to comment.