Skip to content

Commit

Permalink
fix(github): comment secrets after testing (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikr4-m committed Aug 15, 2024
1 parent 8f86fd9 commit 40ce0f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-golang-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.binary_name }}-build-artifact
path: ${{ inputs.binary_name }}
path: ./${{ inputs.binary_name }}
1 change: 0 additions & 1 deletion .github/workflows/reusable-upload-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.binary_name }}-build-artifact
path: ${{ inputs.binary_name }}
- name: Check file
run: |
ls -lah
Expand Down

0 comments on commit 40ce0f5

Please sign in to comment.