Skip to content

Commit

Permalink
generate upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuatrai-labs committed Aug 13, 2024
1 parent 46bd3f1 commit 7a63908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# run: echo "New version is available ${{ steps.increment-tag.outputs.new-version }}"

- name: generate artifact file
run: mkdir -p artifacts_files && echo "Generating artifact file" >> artifacts_files/test.txt
run: mkdir -p artifacts_files && echo "Generating artifact files" >> artifacts_files/test.txt

- name: upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7a63908

Please sign in to comment.