Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus authored Mar 29, 2022
1 parent 633a652 commit 4b16675
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/reusable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,21 @@ jobs:
path: 'manufacturing'
filename: '${{ inputs.filename }}.zip'
exclusions: '*.git* /*node_modules/* .editorconfig'

- name: three-eighths spacer STL
- name: Show Build
run: ls -al .

- name: release
uses: actions/create-release@v1
id: create_release
with:
draft: false
prerelease: false
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Upload Zip of Build Artifacts
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 4b16675

Please sign in to comment.