Skip to content

Commit

Permalink
Added suffix for each package publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Oct 31, 2024
1 parent 08b23d9 commit e49176d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-af.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ./.github/workflows/rl-scanner.yml
with:
flutter: '3.x'
artifact-name: 'flutter-auth0-package.zip'
artifact-name: 'auth0-flutter-af.zip'
secrets:
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-afpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ./.github/workflows/rl-scanner.yml
with:
flutter: '3.x'
artifact-name: 'flutter-auth0-package.zip'
artifact-name: 'auth0-flutter-afpi.zip'
secrets:
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
Expand Down

0 comments on commit e49176d

Please sign in to comment.