Bump ncipollo/release-action from 1.11.0 to 1.11.1

Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](https://github.com/ncipollo/release-action/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: ncipollo/release-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-05 06:24:06 +00:00
committed by GitHub
parent 3f95db1c34
commit 5da7c07c76
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
RELEASE_PATTERN: 'Build*' RELEASE_PATTERN: 'Build*'
- name: Upload Build Artifact - name: Upload Build Artifact
uses: ncipollo/release-action@v1.11.0 uses: ncipollo/release-action@v1.11.1
with: with:
artifacts: "apks/*-output.apk,apks/VancedMicroG.apk" artifacts: "apks/*-output.apk,apks/VancedMicroG.apk"
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}