Skip to content

Commit

Permalink
[TASK] Upload release files to Github assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Sep 7, 2022
1 parent cce5466 commit 80a29c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: tests

on:
push:
tags:
- "v*.*.*"
pull_request:
schedule:
- cron: "0 4 * * *"
Expand Down Expand Up @@ -31,3 +33,12 @@ jobs:
run: |
yarn build:v2
yarn build:v3
- name: Upload release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
web-ext-artifacts/typo3_tdk_gitpod-v2.zip
web-ext-artifacts/typo3_tdk_gitpod-v3.zip

0 comments on commit 80a29c7

Please sign in to comment.