Skip to content

Commit

Permalink
chore: change some build script
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderBlog committed Feb 22, 2024
1 parent 97cd366 commit 5febd62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
flutter_to_debian
- name: upload result
uses: actions/upload-artifact@v1
uses: ncipollo/release-action@v1.12.0
with:
name: Traintime_PDA_Ubuntu
path: ${{ github.workspace }}/build/linux/x64/release/debian/
artifacts: >
build/linux/x64/release/debian/,
token: ${{ secrets.RELEASE_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- run: flutter build windows --release

- name: upload result
uses: actions/upload-artifact@v1
uses: ncipollo/release-action@v1.12.0
with:
name: Traintime_PDA_Windows
path: ${{ github.workspace }}/build/windows/x64/runner/Release/
artifacts: >
build/windows/x64/runner/Release/,
token: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit 5febd62

Please sign in to comment.