Skip to content

Commit

Permalink
Github Actions - Link Artifacts in PR comments; modify artifact-name
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Feb 26, 2024
1 parent c7d5ef5 commit 16051a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ jobs:
echo "outputs.version: ${{ steps.ids.outputs.version }}"
continue-on-error: true

- name: set artifact name
id: set_artifactname
run: |
ARTIFACT_NAME="EmuFlight-${{ env.VERSION }}-${{ github.run_number }}-${{ env.SHORT_SHA }}"
echo "${ARTIFACT_NAME}"
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >> $GITHUB_ENV
- name: set artifact name
id: set_artifactname
run: |
ARTIFACT_NAME="EmuFlight-${{ env.VERSION }}-${{ github.run_number }}-${{ env.SHORT_SHA }}"
echo "${ARTIFACT_NAME}"
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >> $GITHUB_ENV
# Build HEX
- name: Compile Code
Expand Down

0 comments on commit 16051a0

Please sign in to comment.