Skip to content

Commit

Permalink
Added required parameters into build.yml (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutcher committed Sep 16, 2023
1 parent e043d01 commit c884279
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
name: '*.gem'
name: Gemfile
path: '*.gem'

0 comments on commit c884279

Please sign in to comment.