Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Dec 7, 2024
1 parent 83268b0 commit 668c316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: make dist PYTHON=python
- name: Upload artifacts
if: github.ref_type == 'tag'
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4
with:
name: dist
path: Mada-*.zip
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
path: dist

Expand All @@ -58,7 +58,7 @@ jobs:
echo "release_name=$(git tag -l --format='%(contents:subject)' ${{ github.ref_name }})" >> $GITHUB_ENV
- name: Publish
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ env.release_name }}
body_path: ${{ runner.temp }}/release_body.md
Expand Down

0 comments on commit 668c316

Please sign in to comment.