Skip to content

Commit

Permalink
docker ++
Browse files Browse the repository at this point in the history
  • Loading branch information
giDai7ja committed Oct 27, 2023
1 parent bdc1449 commit 1fcc38a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
echo "${erl_path}" > ${{ env.path }}${{ env.file_name }}
- name: Save Erlang path
uses: actions/upload-artifact@v3
with:
name: ${{ env.artifact_name }}
path: ${{ env.path }}${{ env.file_name }}
uses: actions/upload-artifact@v3
with:
name: ${{ env.artifact_name }}
path: ${{ env.path }}${{ env.file_name }}

...

0 comments on commit 1fcc38a

Please sign in to comment.