Skip to content

Commit 87f6956

Browse files
committed
chore: Remove conflicting ids
1 parent de37b44 commit 87f6956

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/new_flatpak.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ jobs:
2424
run: ./gradlew :desktopLibNative:linkReleaseSharedLinuxX64 :desktopLibNative:linkReleaseSharedLinuxArm64
2525
- name: 'Upload .so (x86_64)'
2626
uses: actions/upload-artifact@v6
27-
id: upload-artifact
2827
with:
2928
name: app-linux-lib-native-x86_64
3029
path: |
3130
desktopLibNative/build/bin/linuxX64/releaseShared/libkeyguard.so
3231
- name: 'Upload .so (aarch64)'
3332
uses: actions/upload-artifact@v6
34-
id: upload-artifact
3533
with:
3634
name: app-linux-lib-native-aarch64
3735
path: |
@@ -70,7 +68,6 @@ jobs:
7068
run: ./gradlew :desktopApp:packageDistributable -x :desktopLibNative:linkReleaseSharedUniversal
7169
- name: 'Upload .tar'
7270
uses: actions/upload-artifact@v6
73-
id: upload-artifact
7471
with:
7572
name: app-linux-${{ matrix.arch }}
7673
path: |

0 commit comments

Comments
 (0)