Skip to content

Commit

Permalink
coba menggunakan artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
crosbydoo committed Feb 12, 2024
1 parent 54f84bc commit 3817488
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: release-apk
tag: v0.0.1
path: build/app/outputs/apk/production/release/app-production-release.apk
tag: v1.0.0
artifacts: "build/app/outputs/apk/production/release/app-production-release.apk"
# path: build/app/outputs/apk/production/release/app-production-release.apk

0 comments on commit 3817488

Please sign in to comment.