Skip to content

Commit c322514

Browse files
committed
Update release.yml
1 parent 6815f0b commit c322514

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ jobs:
7676
with:
7777
name: OlivOS-Win
7878
path: OlivOS-Win/
79-
- name: Download Artifact
80-
uses: actions/download-artifact@v4
81-
with:
82-
name: OlivOS-Win-32-old
83-
path: OlivOS-Win-32-old/
8479
- name: Download Artifact
8580
uses: actions/download-artifact@v4
8681
with:
@@ -92,10 +87,6 @@ jobs:
9287
zip -r ../OlivOS-Win.zip ./
9388
cd ../
9489
cp ./OlivOS-Win.zip ./OlivOS-Win-${{ github.ref_name }}.zip
95-
cd ./OlivOS-Win-32-old
96-
zip -r ../OlivOS-Win-32-old.zip ./
97-
cd ../
98-
cp ./OlivOS-Win-32-old.zip ./OlivOS-Win-32-old-${{ github.ref_name }}.zip
9990
cd ./OlivOS-Linux
10091
zip -r ../OlivOS-Linux.zip ./
10192
cd ../

0 commit comments

Comments
 (0)