⛳ alerts for any ctfd instance via ntfy

bug: fix build

dunkirk.sh 5a97b6f8 b281f7f5

verified
+3 -2
+3 -2
.github/workflows/release.yml
··· 20 20 - name: Configure Nix cache 21 21 uses: DeterminateSystems/magic-nix-cache-action@main 22 22 23 - - name: Build releases using flake 24 - run: nix run .#ctfd-alerts-build 23 + - name: Build for all platforms 24 + run: | 25 + nix develop -c ctfd-alerts-build 25 26 26 27 - name: Upload Linux AMD64 binary 27 28 uses: actions/upload-release-asset@v1