From ce3d664e5c9ef3f88a53d1de57d4b99f8486b9ec Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Sat, 27 May 2023 02:50:48 +0200 Subject: [PATCH] Upload release --- .github/workflows/release.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8edf8f0..7d180aa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -86,4 +86,9 @@ jobs: artifacts: "$MACOS_APP_RELEASE_PATH/AdGuardHomeManager_${{ github.event.inputs.version }}_macOS_Universal.dmg" token: ${{ secrets.GH_TOKEN }} tag: ${{ github.event.inputs.version }} - commit: ${{ github.sha }} \ No newline at end of file + commit: ${{ github.sha }} + - name: Upload release + uses: actions/upload-artifact@v2 + with: + name: AdGuardHomeManager_${{ github.event.inputs.version }}_macOS_Universal.dmg + path: $MACOS_APP_RELEASE_PATH/AdGuardHomeManager_${{ github.event.inputs.version }}_macOS_Universal.dmg \ No newline at end of file