Skip to content

Commit

Permalink
Fix release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Jun 9, 2021
1 parent 406565d commit da139c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "release"
on:
push:
branches:
- "master"
- "master"

jobs:
release:
Expand All @@ -16,7 +16,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-21.05
- run: make nix-build
- uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: '*.wasm'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: '*.wasm'

0 comments on commit da139c0

Please sign in to comment.