Skip to content

Commit

Permalink
Merge branch 'hdzero-osd' into 20231207_hdzero_port_can_be_uint32_but…
Browse files Browse the repository at this point in the history
…_still_revert_OSD
  • Loading branch information
nerdCopter committed Jan 24, 2024
2 parents 53952bd + a77b0bd commit 0c1ebe2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
echo "Repo: ${{ github.REPOSITORY }}"
echo "outputs.buildtag: ${{ needs.build.outputs.buildtag }}"
echo "outputs.shortsha: ${{ needs.build.outputs.shortsha }}"
echo "NOW=$(date +'%Y%m%d.%H%M%S')" >> $GITHUB_ENV
continue-on-error: true

- name: download artifacts
Expand All @@ -175,7 +176,7 @@ jobs:
repo: dev-unstable
owner: emuflight
token: ${{ secrets.NC_PAT_EMUF }}
tag: "cfg-${{ github.run_number }}"
tag: "${{ env.NOW }}-cfg"
draft: true
prerelease: true
allowUpdates: true
Expand Down Expand Up @@ -206,7 +207,7 @@ jobs:
repo: dev-master
owner: emuflight
token: ${{ secrets.NC_PAT_EMUF }}
tag: "cfg-${{ github.run_number }}"
tag: "${{ env.NOW }}-cfg"
draft: true
prerelease: true
allowUpdates: true
Expand Down

0 comments on commit 0c1ebe2

Please sign in to comment.