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

Commit

Permalink
Remove copypasta step
Browse files Browse the repository at this point in the history
  • Loading branch information
theothertomelliott committed Mar 29, 2020
1 parent 801462d commit f1c61a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ jobs:
- name: Get Version
id: version
run: echo "::set-output name=version::`cat VERSION`"
- name: Archive build
uses: actions/upload-artifact@v1
with:
name: build
path: edward_v${{ steps.version.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch}}.zip
- name: Upload Asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit f1c61a1

Please sign in to comment.