Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Fix zip usage.
Browse files Browse the repository at this point in the history
Require test before release.
  • Loading branch information
theothertomelliott committed Mar 29, 2020
1 parent 22da031 commit c7cd2ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@ jobs:
env:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
- run: zip edward edward-0.0.0-${{ matrix.goos }}-${{ matrix.goarch}}.zip
- run: zip edward-0.0.0-${{ matrix.goos }}-${{ matrix.goarch}}.zip edward
- name: Archive build
uses: actions/upload-artifact@v1
with:
name: bbuild
name: build
path: edward-0.0.0-${{ matrix.goos }}-${{ matrix.goarch}}.zip
release:
name: 'Release'
needs: test
runs-on: ubuntu-latest
steps:
- name: Create Release
Expand Down

0 comments on commit c7cd2ee

Please sign in to comment.