Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kamushadenes committed Jun 29, 2021
1 parent 093291d commit acedc40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,16 @@ jobs:
run: docker load < squidex-tmp.tar.gz

- name: Make directories
run: mkdir /build /release
run: sudo mkdir /build /release

- name: Create container
run: docker create --name squidex-container squidex-tmp:latest

- name: Get binaries
run: docker cp squidex-container:/app/. /build
run: sudo docker cp squidex-container:/app/. /build

- name: ZIP Binaries
run: zip -r /release/binaries.zip .
run: sudo zip -r /release/binaries.zip .
working-directory: /build

- name: Get Changelog Entry
Expand Down

0 comments on commit acedc40

Please sign in to comment.