Skip to content

Commit

Permalink
fixup! fixup! fixup! EF-09: Config release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hieutbui committed Oct 20, 2024
1 parent 62583f1 commit d1d3112
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ecoparking-release-web-${{ github.ref_name }}

- name: Test all
run: ls -la

- name: Test folder
run: ls -la /home/runner/work/ecoparking_flutter/ecoparking_flutter

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit d1d3112

Please sign in to comment.