Skip to content

Commit

Permalink
Hapus ./dist
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Sep 9, 2024
1 parent 18f27d8 commit 5c9d2b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
TAG: Release
PROJECT_NAME: ${{github.event.repository.name}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILE_OUTPUT: ./dist

runs-on: ubuntu-latest
steps:
Expand All @@ -19,6 +20,7 @@ jobs:
uses: actions/[email protected]
with:
name: ${{env.PROJECT_NAME}}
path: ${{env.FILE_OUTPUT}}

- name: Pembuatan Membuat Tag Rilis
id: release-id
Expand All @@ -33,7 +35,7 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.release-id.outputs.upload_url }}
#asset_path: ${{env.FILE_OUTPUT}}
asset_path: ${{env.FILE_OUTPUT}}
asset_name: ${{env.PROJECT_NAME}}-${{github.run_number}}.zip
asset_content_type: application/zip

0 comments on commit 5c9d2b7

Please sign in to comment.