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

Commit

Permalink
Replace created with published
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 25, 2020
1 parent 8183c6c commit ecc6a47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '**'
release:
types:
- created
- published

jobs:
build:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
docker run --rm --entrypoint tar opengisch/qfield-sdk:latest czC /home/ . > qfield-sdk.tar.gz
- name: Deploy buildchain to github release
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}

uses: actions/upload-release-asset@v1
env:
Expand All @@ -109,7 +109,7 @@ jobs:
asset_path: buildchain.tar.gz

- name: Deploy qfield-sdk to github release
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}

uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit ecc6a47

Please sign in to comment.