Skip to content

Commit

Permalink
release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Feb 11, 2022
1 parent b1ce497 commit 877a1e1
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@ on:
- "release/*"

jobs:
release:
name: "release"
runs-on: "ubuntu-latest"

strategy:
# Run each build to completion, regardless of if any have failed
fail-fast: false
steps:
- name: create-release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
if-no-files-found: error
name: build-linux
path: ucm-linux.tar.gz

release:
name: "create_release"
runs-on: "ubuntu-latest"
Expand Down Expand Up @@ -52,4 +35,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: /tmp/ucm/**/*.tar.gz

0 comments on commit 877a1e1

Please sign in to comment.