Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Dec 23, 2023
1 parent 5949380 commit 60c4d5b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:

- name: Cek nama Repository
run: echo ${{github.event.repository.name}}
# - name: Upload ke Artefak
# uses: actions/[email protected]
# with:
# name: ${{github.event.repository.name}}


- name: Upload ke Artefak
uses: actions/[email protected]
with:
name: ${{github.event.repository.name}}
path: ./txt



0 comments on commit 60c4d5b

Please sign in to comment.