Skip to content

Commit

Permalink
use softprops actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YiraSan committed Jan 3, 2025
1 parent fca7351 commit f03d09f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ jobs:
zig build iso -Ddevice=virt
mv ./zig-out/iso/violet.iso ./violet-virt.iso
- uses: "marvinpinto/action-automatic-releases@latest"
- uses: softprops/action-gh-release@v2
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "nightly"
prerelease: true
title: "nightly build"
files: |
violet-q35.iso
violet-virt.iso
tag_name: nightly
prerelease: true
files: |
violet-q35.iso
violet-virt.iso

0 comments on commit f03d09f

Please sign in to comment.