From 29bde69ab412a651cd6c47dd39f4c0e4340c1b27 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Sun, 28 Jan 2024 13:01:27 -0600 Subject: [PATCH] ==D~~~~~~~~~~~~~ --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2680bca..0c1c4c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,13 +45,13 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v4 with: - name: published + name: Release path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\* retention-days: 1 env: MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }} - - name: release + - name: Create Release uses: actions/create-release@latest env: GITHUB_TOKEN: ${{ github.token }} @@ -68,8 +68,8 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${MYURL} - asset_path: ${{ steps.extract.outputs.destination }} - asset_name: ${{ steps.extract.outputs.destination }} + asset_path: bin/Release + asset_name: Release asset_content_type: application/zip - name: Upload Release