Skip to content

Commit 7bf0879

Browse files
committed
build.yml : Do not upload build artifacts
1 parent 4bb1520 commit 7bf0879

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,3 @@ jobs:
8080
echo "Telegram bot token or chatid is undefined!"
8181
exit 1
8282
fi
83-
84-
- name: Prepare Artifact
85-
run: |
86-
mkdir -p extracted
87-
unzip "${{ steps.compileZip.outputs.zipName }}" -d extracted
88-
89-
- name: Upload Build Artifact
90-
uses: actions/upload-artifact@v4
91-
with:
92-
name: ${{ steps.compileZip.outputs.artifactName }}
93-
path: extracted/

0 commit comments

Comments
 (0)