Skip to content

Commit

Permalink
var fix for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Jun 3, 2024
1 parent a543e49 commit 51d94f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/compress_sign_and_upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ runs:
- name: Temporary step - Upload artifacts and check signature exists
uses: actions/upload-artifact@v4
with:
name: ${{ env.PACKAGE_FILE }}
name: ${{ steps.get_vars.outputs.package_file }}
path: |
${{ env.PACKAGE_FILE }}
${{ env.PACKAGE_FILE }}.sig
${{ steps.get_vars.outputs.package_file }}
${{ steps.get_vars.outputs.package_file }}.sig
retention-days: 3

# - name: "Upload release artifacts"
Expand Down

0 comments on commit 51d94f0

Please sign in to comment.