Skip to content

Commit

Permalink
Forgot These
Browse files Browse the repository at this point in the history
  • Loading branch information
thororen1234 committed Sep 18, 2024
1 parent d9d1220 commit 4ea685b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Build Dev
on:
workflow_dispatch:
pull_request:
Expand Down Expand Up @@ -38,6 +38,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ETOKEN }}
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
KEY_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}
KEY_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}

- uses: actions/upload-artifact@main
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ jobs:
TAG: ${{ env.release_tag }}
GITHUB_TOKEN: ${{ secrets.ETOKEN }}
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
KEY_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}
KEY_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}

0 comments on commit 4ea685b

Please sign in to comment.