Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanawy committed Nov 21, 2023
1 parent 95b7586 commit 0c8a287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Releasee with .op
name: Release with .op

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -35,9 +35,9 @@ jobs:
with:
directory: tmp
# Filename for archive
filename: 'tmp/release.op'
filename: 'release.op'
- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: "release.op"
artifacts: "tmp/release.op"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0c8a287

Please sign in to comment.