From 23fc8c6c8f8bcd71ab541cb4f73db8cf811c7089 Mon Sep 17 00:00:00 2001 From: iAmAsval Date: Thu, 3 Jun 2021 23:58:54 +0200 Subject: [PATCH] test again --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd840f99..5774c194 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,6 +35,9 @@ jobs: files: ./FModel/bin/Publish/FModel.exe dest: FModel.zip + - name: test + run: tree + - name: GIT Release uses: marvinpinto/action-automatic-releases@latest with: @@ -42,5 +45,4 @@ jobs: automatic_release_tag: ${{ github.event.inputs.appVersion }} repo_token: ${{ secrets.GITHUB_TOKEN }} prerelease: false - files: | - */FModel/bin/Publish/FModel.zip \ No newline at end of file + files: FModel.zip \ No newline at end of file