Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Nov 14, 2024
1 parent 3505018 commit 2979727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- name: Generate release name with current date
run: echo "RELEASE_NAME=14.0.0-$(date +'%Y%m%d')" >> $GITHUB_ENV
run: echo "RELEASE_NAME=15.0.0-$(date +'%Y%m%d')" >> $GITHUB_ENV
- name: Delete release if exist then create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

2 comments on commit 2979727

@oniGino
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry you don't have an issue board and I follow your branch releases,

I'm failing here on latest stable android pixel 8 with

2024-11-14T13_33_25.991373.txt

@Goooler
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please file the issue to the upstream repo!

Please sign in to comment.