Skip to content

Commit 5b64e08

Browse files
committed
Fix no Artifact upload
1 parent e5bd71a commit 5b64e08

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
- name: Upload artifact
6161
uses: actions/upload-artifact@v2
6262
with:
63-
name: snap-360-lspatched.apk
64-
path: ./snap-360-lspatched.apk
63+
name: snap-402-lspatched.apk
64+
path: ./snap-402-lspatched.apk
6565

6666
- name: Check if the release already exists
6767
id: check_release
@@ -78,5 +78,5 @@ jobs:
7878
id: create_release
7979
uses: softprops/action-gh-release@v1
8080
with:
81-
files: snap-360-lspatched.apk
81+
files: snap-402-lspatched.apk
8282
tag_name: ${{ env.RELEASE_VERSION }}-Beta # Append "-Beta" to the tag name

.github/workflows/schedule.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
- name: Upload artifact
9292
uses: actions/upload-artifact@v2
9393
with:
94-
name: snap-360-lspatched.apk
95-
path: ./snap-360-lspatched.apk
94+
name: snap-402-lspatched.apk
95+
path: ./snap-402-lspatched.apk
9696
- name: Check if the release already exists
9797
id: check_release
9898
run: |
@@ -107,5 +107,5 @@ jobs:
107107
id: create_release
108108
uses: softprops/action-gh-release@v1
109109
with:
110-
files: snap-360-lspatched.apk
110+
files: snap-402-lspatched.apk
111111
tag_name: ${{ env.RELEASE_VERSION }}-Stable # Append "-Stable" to the tag name

push-here.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# A File to do dirty stuff - push in this file to trigger actionSnap 12.68.0.23 Beta & SnapEnhance CI Build ffd42de
22

3-
Add a dot here:....
3+
Add a dot here:...

0 commit comments

Comments
 (0)