Skip to content

Commit

Permalink
Skip the upload and use action-gh-release@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed Sep 15, 2024
1 parent f87e173 commit 7778361
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,8 @@ jobs:
run: |
mv cl-repl ~/cl-repl.${{matrix.OS}}
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: cl-repl.${{ matrix.OS }}
path: ~/cl-repl.${{ matrix.OS }}
compression-level: 0

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
files: cl-repl.${{ matrix.OS }}

0 comments on commit 7778361

Please sign in to comment.