Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKia authored Jan 25, 2024
1 parent 155e9c8 commit e9e2af5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ jobs:
sha256sum $file > $file.sha256
done
- name: Upload singbox-geosite result as release
uses: ncipollo/release-action@v1
with:
artifacts: "sing-geosite/rule-set/*.*"
repo: sing-geosite
body: "${{ env.TOTAL_DOMAINS }} Domains"
token: ${{ secrets.SINGBOX_REPO_TOKEN }}
tag: ${{ env.TAG_NAME }}
name: ${{ env.RELEASE_NAME }}
#- name: Upload singbox-geosite result as release
#uses: ncipollo/release-action@v1
#with:
#artifacts: "sing-geosite/rule-set/*.*"
#repo: sing-geosite
#body: "${{ env.TOTAL_DOMAINS }} Domains"
#token: ${{ secrets.SINGBOX_REPO_TOKEN }}
#tag: ${{ env.TAG_NAME }}
#name: ${{ env.RELEASE_NAME }}

- name: Upload iran-hosted result as release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit e9e2af5

Please sign in to comment.