Skip to content

Commit

Permalink
fix (build.yml) still trying run github actions builds.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpknu authored Jun 10, 2024
1 parent 6e78aab commit b8ed506
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:

- name: Run team
run: ./gradlew team

- name: List files in root
run: ls -la
- name: List files in build/libs
run: ls -la build/libs

- name: Copy to Helios
uses: appleboy/scp-action@v0.1.7
Expand All @@ -41,6 +46,6 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.PORT }}
source: "build/libs/*.war, *.zip"
source: "build/libs/*.war:builds.zip"
target: "se-basics-3"
strip_components: 2

0 comments on commit b8ed506

Please sign in to comment.