Skip to content

Commit

Permalink
Replaces GH action: Artifact -> Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
reksar committed Jun 3, 2022
1 parent bdc13e1 commit 302f973
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ on:
paths:
- iget-python
tags:
- v*
- "v*.*.*"
jobs:
build-zipapp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: python3 -m zipapp --output iget.pyz iget-python
- uses: actions/upload-artifact@v3
- uses: softprops/action-gh-release@v1
with:
name: iget.pyz
path: iget.pyz
files: iget.pyz

0 comments on commit 302f973

Please sign in to comment.