From 390cb1e74ed190990eea63fc75653cf66b54d07b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Maih=C3=B6fer?= Date: Thu, 8 Sep 2022 18:10:23 +0200 Subject: [PATCH] fix yml --- .github/workflows/release.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ef77e9..86333da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,15 +16,15 @@ jobs: with: node-version: '16.x' - name: create executable - id: create-executable - run: exec npm run package + id: create-executable + run: exec npm run package - name: upload build - uses: softprops/action-gh-release@v1 - with: - name: run-${{ github.run_number }} - token: ${{ secrets.GITHUB_TOKEN }} - tag_name: run-${{ github.run_number }} - files: | - ./build/daplaya-win32-x64.zip - ./build/daplaya-darwin-x64.zip - ./build/daplaya-linux-x64.zip + uses: softprops/action-gh-release@v1 + with: + name: run-${{ github.run_number }} + token: ${{ secrets.GITHUB_TOKEN }} + tag_name: run-${{ github.run_number }} + files: | + ./build/daplaya-win32-x64.zip + ./build/daplaya-darwin-x64.zip + ./build/daplaya-linux-x64.zip