Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 21, 2023
1 parent 728d0ed commit ab42200
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,10 @@ jobs:

steps:
- name: 📦 - Copy server artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts/

- name: 📦 - Copy app artifact
uses: actions/download-artifact@v3
with:
path: app.apk
merge-multiple: true

- name: 🧐 - Display structure of downloaded artifacts
run: ls -R
Expand All @@ -107,7 +103,7 @@ jobs:
- name: 🌠 - Release
uses: ncipollo/release-action@v1.12.0
with:
artifacts: "artifacts/**/server-*,app.apk"
artifacts: "server-*,app.apk"
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
removeArtifacts: true
Expand Down

0 comments on commit ab42200

Please sign in to comment.