Skip to content

Commit

Permalink
main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaharoon1314 authored Oct 29, 2023
1 parent f13ec44 commit bca2474
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: Snap-360-lspatched.apk
name: snap-360-lspatched.apk
path: ./snap-360-lspatched.apk

- name: Check if the release already exists
id: check_release
run: |
Expand All @@ -96,7 +95,6 @@ jobs:
RELEASE_VERSION=$(echo $RELEASE_VERSION | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./')
fi
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
- name: Create or Update Release
id: create_release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit bca2474

Please sign in to comment.