Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
ci: fix release error
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlee2048 committed Mar 28, 2024
1 parent 893dce2 commit 54216ba
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release-zip.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Create Archive
on: [push]
on:
push:
tags:
- "*"

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -17,5 +24,4 @@ jobs:
uses: ncipollo/release-action@v1.14.0
with:
artifacts: "EFI.zip"
name: ${{ github.event.head_commit.timestamp }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 54216ba

Please sign in to comment.