We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9f244 commit a1dc88cCopy full SHA for a1dc88c
.github/workflows/test.yml
@@ -522,13 +522,15 @@ jobs:
522
args: '*.deb'
523
524
- name: Prepare install-docker.zip
525
+ if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
526
run: |
527
cd docker/install
528
mkdir -p geotrek/var
529
cp * ./geotrek 2>/dev/null || :
530
zip -r ../install-docker.zip geotrek/
531
532
- name: Attach zip archive as release binary
533
534
uses: skx/github-action-publish-binaries@master
535
env:
536
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments