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 086281e commit 77b2fe2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
env:
FILE_OUTPUT: "./teks"
NAMA_REPO: ${{github.event.repository.name}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

#Langkah
steps:
Expand All @@ -38,5 +39,12 @@ jobs:
with:
name: ${{github.event.repository.name}}
path: ./txt



- name: Upload File ${{env.FILE_OUTPUT}} ke Release
uses: xresloader/upload-to-github-release@v1
with:
file: ${{env.FILE_OUTPUT}}
tag_name: "Release"
tags: true
verbose: true
draft: true

0 comments on commit 77b2fe2

Please sign in to comment.