mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:45:41 -04:00
ci: migrate variable from input to env
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -526,13 +526,13 @@ jobs:
|
|||||||
# #
|
# #
|
||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
📋 Upload Artifacts › ${{ env.PLUGIN_NAME }}-${{ env.PACKAGE_VERSION }}.zip
|
📋 Upload Artifacts › ${{ env.env.PROJECT_NAME }}-${{ env.PACKAGE_VERSION }}.zip
|
||||||
id: task_release_artifact
|
id: task_release_artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: "release"
|
name: "release"
|
||||||
path: ${{ env.PLUGIN_NAME }}-${{ env.PACKAGE_VERSION }}.zip
|
path: ${{ env.env.PROJECT_NAME }}-${{ env.PACKAGE_VERSION }}.zip
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
# #
|
# #
|
||||||
|
|||||||
Reference in New Issue
Block a user