aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_github_releases.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy_github_releases.yml')
-rw-r--r--.github/workflows/deploy_github_releases.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml
index 9f866dec..449a8a08 100644
--- a/.github/workflows/deploy_github_releases.yml
+++ b/.github/workflows/deploy_github_releases.yml
@@ -56,39 +56,39 @@ jobs:
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Get Non-Free Release APK
- uses: actions/download-artifact@f8e41fbffeebb48c0273438d220bb2387727471f
+ uses: actions/download-artifact@4a7a711286f30c025902c28b541c10e147a9b843
with:
name: APS Non-Free Release APK
path: artifacts/nonFree
- name: Get Non-Free Bundle
- uses: actions/download-artifact@f8e41fbffeebb48c0273438d220bb2387727471f
+ uses: actions/download-artifact@4a7a711286f30c025902c28b541c10e147a9b843
with:
name: APS Non-Free Release Bundle
path: artifacts/nonFree
- name: Get Free Release APK
- uses: actions/download-artifact@f8e41fbffeebb48c0273438d220bb2387727471f
+ uses: actions/download-artifact@4a7a711286f30c025902c28b541c10e147a9b843
with:
name: APS Free Release APK
path: artifacts/free
- name: Get Changelog Entry
id: changelog_reader
- uses: mindsers/changelog-reader-action@30552f0e948002519ff6b36ffbf889ef4da47246
+ uses: mindsers/changelog-reader-action@e1a36842bddbd512340f882735802de843998e1f
with:
version: ${{ github.ref }}
path: ./CHANGELOG.md
- name: Create Release
id: create_release
- uses: actions/create-release@c38d3a140cc22e67e265c5d5b6b4888d1f02533f
+ uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
- body: ${{ steps.changelog_reader.outputs.log_entry }}
+ body: ${{ steps.changelog_reader.outputs.changes }}
draft: true
prerelease: false
@@ -97,7 +97,7 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
- name: Upload Non-Free Release Apk
- uses: actions/upload-release-asset@e9f0662bdf9868f4aac644f0eedc2b56567fdba8
+ uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
@@ -107,7 +107,7 @@ jobs:
asset_content_type: application/vnd.android.package-archive
- name: Upload Non-Free Release Bundle
- uses: actions/upload-release-asset@e9f0662bdf9868f4aac644f0eedc2b56567fdba8
+ uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
@@ -117,7 +117,7 @@ jobs:
asset_content_type: application/octet-stream
- name: Upload Free Release Apk
- uses: actions/upload-release-asset@e9f0662bdf9868f4aac644f0eedc2b56567fdba8
+ uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: