We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6815f0b commit c322514Copy full SHA for c322514
.github/workflows/release.yml
@@ -76,11 +76,6 @@ jobs:
76
with:
77
name: OlivOS-Win
78
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/
84
- name: Download Artifact
85
uses: actions/download-artifact@v4
86
@@ -92,10 +87,6 @@ jobs:
92
87
zip -r ../OlivOS-Win.zip ./
93
88
cd ../
94
89
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
99
90
cd ./OlivOS-Linux
100
91
zip -r ../OlivOS-Linux.zip ./
101
0 commit comments