Skip to content

Commit

Permalink
ci: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Oct 5, 2024
1 parent ec2de0b commit 1a17b61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,11 +505,11 @@ jobs:

- name: >-
📋 Upload Artifacts › ${{ inputs.PLUGIN_NAME }}-${{ env.PACKAGE_VERSION }}.zip
id: task_release_artifact_i386
id: task_release_artifact
uses: actions/upload-artifact@v4
if: always()
with:
name: "reee"
name: "release"
path: ${{ inputs.PLUGIN_NAME }}-${{ env.PACKAGE_VERSION }}.zip
retention-days: 30
Expand Down Expand Up @@ -552,7 +552,7 @@ jobs:
- name: "🕛 Get Env Vars"
id: task_complete_set_envs
run: |
release_stable_file="${{ inputs.PLUGIN_NAME }}-${{ env.PACKAGE_VERSION }}.zip"
release_stable_file="release/${{ inputs.PLUGIN_NAME }}-${{ env.PACKAGE_VERSION }}.zip"
release_stable_sha256="$(shasum --algorithm 256 ${release_stable_file} | awk '{ print $1 }')"
echo "FILE_STABLE=${release_stable_file}" >> $GITHUB_ENV
Expand Down

0 comments on commit 1a17b61

Please sign in to comment.