Skip to content

Commit e6adece

Browse files
authored
Add iso.bat to mint
1 parent 4676868 commit e6adece

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
sudo sed -i 's/GITHUBRELEASE/v${{ env.isotag }}/g' ${{ github.workspace }}/.github/workflows/iso.sh
6363
sudo cp ${{ github.workspace }}/.github/workflows/iso.sh ${{ github.workspace }}/output/iso.sh
6464
65+
sudo sed -i 's/GITHUBRELEASE/v${{ env.isotag }}/g' ${{ github.workspace }}/.github/workflows/iso.bat
66+
sudo cp ${{ github.workspace }}/.github/workflows/iso.bat ${{ github.workspace }}/output/iso.bat
67+
6568
- name: Release
6669
if: github.ref == 'refs/heads/main'
6770
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)