Skip to content

Commit

Permalink
fix unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Jun 13, 2024
1 parent 54803a6 commit a0e2967
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish-nym-vpn-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,14 @@ jobs:
echo "RELEASE_NOTES=Nightly build of the latest development version of the android client." >> $GITHUB_ENV
gh release delete nightly-android --yes || true
- name: Make download dir
run: mkdir ${{ github.workspace }}/temp

- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: ${{ env.UPLOAD_DIR_ANDROID }}

- name: Unzip artifact
run: |
mkdir ${{ github.workspace }}/temp
unzip ${{ github.workspace }}/${{ env.UPLOAD_DIR_ANDROID }} -d ${{ github.workspace }}/temp
path: ${{ github.workspace }}/temp

- name: Create release with fastlane changelog notes
id: create_release
Expand Down

0 comments on commit a0e2967

Please sign in to comment.