From f967e48f24c2bf99a08b88fd1aee82106c663604 Mon Sep 17 00:00:00 2001 From: Panos Skiadas <47453979+Huray-hub@users.noreply.github.com> Date: Sun, 5 Nov 2023 01:18:58 +0200 Subject: [PATCH] Update Release.yml --- .github/workflows/Release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 69b7373..104799c 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -55,12 +55,12 @@ jobs: - name: Display downloaded files run: ls -R - - uses: actions/checkout@v4 - with: - fetch-depth: 1 + # - uses: actions/checkout@v4 + # with: + # fetch-depth: 1 - name: Upload release binaries uses: alexellis/upload-assets@master env: GITHUB_TOKEN: ${{ github.TOKEN }} with: - asset_paths: '["./assignments-*.zip"]' + asset_paths: '["./assignments-linux-amd64.zip", "./assignments-windows-amd64.zip", "./assignments-darwin-amd64.zip", "./assignments-darwin-arm64.zip"]'