Skip to content

Commit

Permalink
Minor change to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinelliott committed Nov 9, 2023
1 parent 3cdd08e commit 1dbeb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifact-image-complete-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
- name: "Prepare date-based release outputs"
id: prepare-date-outputs
run: |
echo "images_release=$(date +%y.%m.%d)-${{ github.run_number }}" >> $GITHUB_OUTPUT
echo "revision_release=$(date +%y.%m.%d)-${{ github.run_number }}" >> $GITHUB_OUTPUT
echo "images_release=$(date +%y.%m.%d)-airwaves-${{ github.run_number }}" >> $GITHUB_OUTPUT
echo "revision_release=$(date +%y.%m.%d)-airwaves-${{ github.run_number }}" >> $GITHUB_OUTPUT
# cleanup the place where we will clone the userpatches repo, to avoid git going insane and cleaning everything later
- name: Cleanup userpatches repo
Expand Down

0 comments on commit 1dbeb9a

Please sign in to comment.