Skip to content

Commit

Permalink
Merge pull request #2 from MathisBurger/dev
Browse files Browse the repository at this point in the history
Release v1.0.1
  • Loading branch information
MathisBurger authored Jul 21, 2021
2 parents ae06bf9 + 670aa9d commit 29f21c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
branches:
- master
types:
- closed


jobs:
Expand Down Expand Up @@ -53,4 +55,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: ghcr.io/mathisburger/testlytic:latest
tags: ghcr.io/mathisburger/testlytic:latest
8 changes: 3 additions & 5 deletions .github/workflows/electron-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ on:
pull_request:
types:
- closed
tags:
- 'v*'

name: Upload Release Asset

Expand Down Expand Up @@ -42,14 +40,14 @@ jobs:
${{ runner.os }}-node-
- run: yarn install

- run: yarn electron-build
- run: yarn electron-build
- name: Upload Release Asset
id: upload-release-asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/testlytic Setup ${{ github.ref }}.exe
asset_name: setup.exe
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 29f21c5

Please sign in to comment.