Skip to content

Commit

Permalink
Build on release created again
Browse files Browse the repository at this point in the history
  • Loading branch information
anka-213 committed Jul 25, 2021
1 parent f947372 commit b922968
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-binary-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Build Binary Packages

on:
# workflow_dispatch:
# release:
# types: ["created"]
push:
tags:
- 'v*'
release:
types: ["created"]
# push:
# tags:
# - 'v*'

jobs:

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: gf-${{ github.event.release.tag_name }}-${{ matrix.os }}.deb
name: gf-${{ github.event.release.tag_name }}-${{ matrix.os }}
path: dist/gf_*.deb
if-no-files-found: error

Expand Down

0 comments on commit b922968

Please sign in to comment.