Skip to content

Commit

Permalink
move env
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Jun 13, 2024
1 parent b285e7c commit c4b6b9c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-nym-vpn-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ on:
push:
tags:
- 'nym-vpn-android-v*.*.*'

env:
UPLOAD_DIR_ANDROID: android_artifacts
jobs:

env:
UPLOAD_DIR_ANDROID: android_artifacts
build-nym-vpn-android:
if: ${{ inputs.release_type != 'none' }}
uses: ./.github/workflows/build-nym-vpn-android.yml
Expand Down

0 comments on commit c4b6b9c

Please sign in to comment.