Skip to content

Commit

Permalink
update artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx committed Dec 10, 2024
1 parent 39e0ffd commit 3e9ef90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: cp dist/twitch.apk bttv.apk && shasum *.apk

# send to other release job if needed
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ github.event_name != 'pull_request' }}
with:
name: bttv-apk
Expand All @@ -66,14 +66,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get CHANGELOGA
- name: Get CHANGELOG
id: changelog
run: |
echo "RELEASE_BODY<<EOF" > /tmp/bttv &&
head -n25 CHANGELOG.md >> /tmp/bttv &&
echo "EOF" >> /tmp/bttv &&
cat /tmp/bttv >> $GITHUB_OUTPUT
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: bttv-apk
- name: Create Release
Expand Down

0 comments on commit 3e9ef90

Please sign in to comment.