Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Nov 18, 2020
1 parent dac04bc commit e452188
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Release Builds

on:
push:
branches:
- master
- CI
paths-ignore:
- "**.md"
- "**.ini"
Expand Down Expand Up @@ -60,7 +57,7 @@ jobs:
- name: Download playback artifact
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{secrets.GITHUB_TOKEN}}
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: pr-build.yml
branch: slippi
name: ${{ matrix.playback_image }}
Expand All @@ -76,6 +73,7 @@ jobs:
shell: bash
working-directory: ${{ github.workspace }}
run: |
echo ${{ secrets.ENVFILE }} > .env
yarn package
mkdir artifact
cp ./release/Slippi* ./artifact
Expand Down

0 comments on commit e452188

Please sign in to comment.