Skip to content

Commit

Permalink
feat: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Mar 27, 2024
1 parent 07447a2 commit c0fcb40
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ jobs:
echo "Built: $i"
dpkg --info $i
done
- name: Upload Debian Packages to Artifacts
uses: actions/upload-artifact@v4
- name: Release
uses: softprops/action-gh-release@v2
with:
name: debian-packages
path: ~/deb_builds/*.deb
files: ~/deb_builds/*.deb
tag_name: ${{ env.release_tag }}
rpm-packager:
name: Package and Release RPM Binary
runs-on: ubuntu-latest
Expand Down Expand Up @@ -140,8 +140,8 @@ jobs:
echo "Built: $i"
rpm -qip $i
done
- name: Upload RPM Packages to Artifacts
uses: actions/upload-artifact@v4
- name: Release
uses: softprops/action-gh-release@v2
with:
name: rpm-packages
path: ~/*.rpm
files: ~/*.rpm
tag_name: ${{ env.release_tag }}

0 comments on commit c0fcb40

Please sign in to comment.