Skip to content

Commit

Permalink
new file
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlapham committed Dec 11, 2019
1 parent a615725 commit 5601f56
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions .github/workflows/total.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
asset_path: build.zip
asset_name: build.zip
asset_content_type: application/zip
- name: Upload Release Assets
id: upload-release-asset
- name: Upload setup
id: upload-release-asset2
uses: actions/upload-release-asset@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -62,34 +62,3 @@ jobs:
asset_path: run.md
asset_name: run.md
asset_content_type: application/zip
# name: 'Prebuilt release'

# on:
# push:
# tags:
# - 'v*'

# jobs:
# pre-release:
# name: 'Release'
# runs-on: 'ubuntu-latest'

# steps:
# # ...
# - name: Checkout repository
# uses: actions/checkout@v1
# - name: Create production build
# run: |
# npm install
# npm run build
# - name: 'Build & test'
# run: |
# echo "done!"
# - uses: 'marvinpinto/action-automatic-releases@latest'
# with:
# repo_token: '${{ secrets.GITHUB_TOKEN }}'
# # automatic_release_tag: 'latest'
# prerelease: false
# title: 'Production Build'
# files: |
# ./build/*

0 comments on commit 5601f56

Please sign in to comment.