Skip to content

Commit

Permalink
Merge pull request #402 from selankon/fix/fix-dynamic-artifacts
Browse files Browse the repository at this point in the history
chore(gh-action): overwrite artifacts
  • Loading branch information
selankon authored Feb 21, 2024
2 parents a74c350 + 6f02a0f commit 3806b70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/artifact_url_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{github.event.workflow_run.id }}
path: limeAppBuild/

- name: Get PR number
run: echo "PR_NUM=$(ls limeAppBuild/pr_number)" >> $GITHUB_ENV
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: limeAppBuild
name: limeAppBuild-${{ github.event.number }}
path: build/
overwrite: true

0 comments on commit 3806b70

Please sign in to comment.