Skip to content

Commit

Permalink
Test pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd-ash committed Dec 10, 2023
1 parent 527fb53 commit 2c59cbf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: ls config_app/ -aslh
- uses: actions/upload-artifact@v3
with:
path: config_app/
name: config_app-${{env.APP_VERSION}}-x86_64.AppImage
path: config_app/*.AppImage
name: config-app-linux


Windows-App:
Expand All @@ -66,7 +66,7 @@ jobs:
run: ls target -R
- uses: actions/upload-artifact@v3
with:
name: config-app-${{env.BRANCH_NAME}}-exe
name: config-app-exe
path: target/i686-pc-windows-msvc/release/*.exe

OSX-app:
Expand All @@ -84,8 +84,8 @@ jobs:
run: cargo bundle --release
- uses: actions/upload-artifact@v3
with:
name: config-app-${{env.BRANCH_NAME}}-osx
path: target/release/bundle/osx/Ultimate-NAG52-Config-App.app
name: config-app-osx
path: target/release/bundle/osx/*.app

Create-Upload:
needs: [Windows-App, Linux-App, OSX-app]
Expand Down Expand Up @@ -114,9 +114,9 @@ jobs:
tag_name: ${{ env.BRANCH_NAME }}-${{ github.sha }}
name: Release ${{ env.BRANCH_NAME }}
files: |
config-app-${{env.BRANCH_NAME}}-exe/*.exe
config-app-${{env.BRANCH_NAME}}-appimage/*.AppImage
config-app-${{env.BRANCH_NAME}}-osx/Ultimate-NAG52-Config-App.app
config-app-exe/*.exe
config-app-linux/*.AppImage
config-app-osx/*.app


0 comments on commit 2c59cbf

Please sign in to comment.