Skip to content

Commit

Permalink
removing nonused stuff from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
U-METAL103\103 authored and U-METAL103\103 committed Mar 16, 2024
1 parent 2b28837 commit b339024
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,6 @@ jobs:

- name: Output Signed APK
run: echo 'Signed APK is ${{ steps.sign_app.outputs.signedReleaseFile }}'

- name: Upload artifact
uses: actions/upload-artifact@v4
id: upload
with:
name: release-apk
path: app/build/outputs/apk/**/*.apk

- name: Output artifact ID
run: echo 'Artifact ID is ${{ steps.upload.outputs.artifact-id }}'

- name: Output Artifact URL
run: echo 'Artifact URL is ${{ steps.upload.outputs.artifact-url }}'

- name: Publish GitHub release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit b339024

Please sign in to comment.