Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvapiav committed Mar 27, 2024
1 parent d36513b commit 62ad454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
RA_TOKEN: ${{ secrets.RA_TOKEN }}
- name: Upload Build Artifacts
run: |
echo "Output image is ${{ steps.build.outimg }}"
echo "Output image is ${{ steps.build.outputs.outimg }}"
echo "Github workspace is: ${{ github.workspace }}"
echo "ls -l ${{ github.workspace }}: $(ls -l ${{ github.workspace }})"
echo "ls -l ${{ github.workspace }}/result: $(ls -l ${{ github.workspace }}/result)"
Expand All @@ -69,7 +69,7 @@ jobs:
JFROG_TOKEN: ${{ secrets.JFROG_TOKEN }}
JFROG_URL: ${{ secrets.JFROG_URL }}
input-paths: |
${{ github.workspace }}/result_to_upload/nixos.iso:tii-fmo-os/
${{ github.workspace }}/${{ steps.build.outputs.outimg }}:tii-fmo-os/
Expand Down

0 comments on commit 62ad454

Please sign in to comment.