Skip to content

Commit 78b7246

Browse files
committed
create package - variable style formatting. disabled pg on android for now
download libs silence
1 parent 664facd commit 78b7246

File tree

3 files changed

+116
-119
lines changed

3 files changed

+116
-119
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,10 @@ jobs:
5959
id: createpackage
6060
- name: List output directory
6161
run: ls -lah out/
62-
- name: Update Release
63-
uses: IsaacShelton/[email protected]
62+
63+
- name: Upload to GitHub Release
64+
uses: softprops/[email protected]
6465
with:
6566
token: ${{ secrets.GITHUB_TOKEN }}
66-
tag: nightly
67-
release: nightly
68-
prerelease: false
69-
replace: true
67+
tag_name: "nightly"
7068
files: ${{ steps.createpackage.outputs.FILES_OUT }}

0 commit comments

Comments
 (0)