Skip to content

Commit

Permalink
windmills
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Dec 23, 2023
1 parent 3d3e91f commit 0d85603
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/make_and_publish_pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
arch: ${{ inputs.arch == 'armhf' && 'arm64' || inputs.arch == 'amd64' && 'x86_64' || inputs.arch == 'riscv64' && 'x86_64' || inputs.arch }}
artifact-path: 'build/*'
secrets: inherit
get-artifacts:
needs: make-packages
secrets: inherit
uses: actions/download-artifact@v3
with:
name: ${{inputs.artifact-name}}
path: ${{runner.temp}}/artifacts
run: ls -R $RUNNER_TEMP
# publish-packages:
# uses: AllStarLink/asl_workflows/.github/workflows/publish_artifacts_to_aptly.yml@develop
# with:
Expand Down

0 comments on commit 0d85603

Please sign in to comment.