Skip to content

Commit

Permalink
chore: update the files
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 22, 2023
1 parent 414391f commit cc58ada
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-daily.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: build-daily
on: push
on:
push:
tags:
- continuous
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -12,7 +15,6 @@ jobs:
run: cat Release.txt
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/continuous')
with:
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
files: |
Expand Down

0 comments on commit cc58ada

Please sign in to comment.