Skip to content

Commit

Permalink
attempt two
Browse files Browse the repository at this point in the history
  • Loading branch information
ManApart committed Oct 28, 2023
1 parent c000426 commit 844a09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
contents: write
steps:
- uses: actions/checkout@v2
- name: Set up JDK 19
Expand All @@ -32,4 +31,4 @@ jobs:
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: ./build/libs/starfield-mod-manager.jar
artifacts: ./build/libs/starfield-mod-manager.jar,./app/smm.desktop
1 change: 0 additions & 1 deletion app/smm.sh

This file was deleted.

0 comments on commit 844a09c

Please sign in to comment.