Skip to content

Commit

Permalink
debug artifact download not downloading?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegn committed Oct 1, 2024
1 parent d0260bb commit 41fb272
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deployer-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
build-deployer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
Expand All @@ -20,6 +23,7 @@ jobs:
path: master-build
- name: Move flyctl binary to correct directory
run: |
ls -lah master-build
mv master-build/flyctl bin/flyctl
chmod +x bin/flyctl
- name: Build and push
Expand Down

0 comments on commit 41fb272

Please sign in to comment.