From 9e1a7c5e75bb6a2b94df914169310844cc5b681a Mon Sep 17 00:00:00 2001 From: SamyaDaleh Date: Sun, 26 Nov 2023 11:18:04 +0100 Subject: [PATCH] adjust file names --- .github/workflows/rust.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e630c96..c6b7d0b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -56,15 +56,11 @@ jobs: uses: actions/download-artifact@v2 with: name: shawzin - - - name: List files in current directory - run: ls -la - - - name: List files in artifact directory - run: ls -la artifact/ - name: Create Release uses: softprops/action-gh-release@v1 with: - files: artifact/* + files: | + shawzin.exe + sounds/* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}