Skip to content

Commit 200fce5

Browse files
authored
Update ci.yml
another attempt
1 parent f6c93ad commit 200fce5

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,4 @@ jobs:
4545
uses: actions/upload-artifact@v3
4646
with:
4747
name: allure-results
48-
path: allure-results # Upload the allure-results directory as an artifact
49-
50-
- name: Create a Release
51-
id: create_release
52-
uses: softprops/action-gh-release@v1
53-
with:
54-
files: TestResults/*
55-
56-
- name: Upload Test Results as Release Asset
57-
uses: softprops/action-gh-release@v1
58-
with:
59-
files: TestResults/*
48+
path: allure-results # Path to the allure-results folder

0 commit comments

Comments
 (0)