Skip to content

Commit 10f550b

Browse files
authored
Update main.yml
1 parent 04ae945 commit 10f550b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
- name: compile
1717
run: nimble build
18-
- name: Release
19-
uses: softprops/action-gh-release@v3
20-
if: startsWith(github.ref, 'refs/tags/')
18+
- uses: actions/upload-artifact@v3
2119
with:
22-
files: bin/gist
20+
name: gist-bin
21+
path: bin/gist

0 commit comments

Comments
 (0)