From 78c7f1ab00f33a1588329fb0c21df8eae2216113 Mon Sep 17 00:00:00 2001 From: Timothy Place Date: Wed, 24 Jun 2020 10:39:09 -0500 Subject: [PATCH] ci experiments --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8163857..1dd1095 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -121,6 +121,6 @@ jobs: - uses: ncipollo/release-action@v1.7.1 if: ${{ contains( github.ref, 'refs/tags/' ) }} with: - artifacts: release-build + artifacts: ${{ github.event.repository.name }}-${{ steps.short-sha.outputs.sha }}.zip body: "Max Package for all supported platforms" token: ${{ secrets.GITHUB_TOKEN }}