Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBSODAndWSODFan authored Jul 18, 2024
1 parent 9383321 commit 8958f7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref == 'refs/heads/master' && github.sha || github.ref_name }}
draft: false
prerelease: false
release_name: Release MiniOS
draft: true
prerelease: true

- name: Upload Release Assets
run: |
mv minios-iso minios-iso.iso
for iso in minios-iso.iso; do
mv minios-iso minios.iso
for iso in minios.iso; do
asset_name=$(basename $iso)
echo "Uploading $asset_name"
curl \
Expand Down

0 comments on commit 8958f7a

Please sign in to comment.